Before you ask, “Why are you using that old version of Perl?”, it is out of my hands. I have to use the tools available to me for this project. My question is does anyone know if it is possible, and if so what the syntax looks like to use gridRowconfigure as follows:
$main_window->gridRowconfigure(1, -weight => 1, -minsize => 171, -pad => 0);
in, Perl 5.004, Tk 400. Thanks.
Since you are using Tk-400.202, it appears that ‘
perldoc Tk::grid‘ should tell you what you need to know. You will probably need to read some other documentation, but:As I noted in a comment to the question – this is antique software that should be upgraded.