in reply to Re: Tk with map - Perl newbie
in thread Tk with map - Perl newbie
The 2 element list to 4 variables was a mistake in extracting the dialog from the larger program. Apologies for that.
I your suggested broken out code works fine. The following also works ...
I can get my code to work and the dialog to display correctly but I wanted to understand why the original code does not work. I am trying to learn Perl along the way.$dfUser->configure( -textvariable=>\$user); $dfPassword->configure( -textvariable=>\$password);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Tk with map - Perl newbie
by vkon (Curate) on Mar 31, 2011 at 19:20 UTC | |
|
Re^3: Tk with map - Perl newbie
by Marshall (Canon) on Apr 02, 2011 at 19:22 UTC |