#build body
my $top = $main->Frame->pack(-side =>'top', -fill => 'x');
my $left1 = $top->Frame->pack(-side =>'left',pady => 9, padx => 8);
Im moving along nicely, thinking Im some cool perl guy and when I add the LEFT1 line I get the following error.
running 5.8.8 ...
C:\perlwin32gui>fm.pl
bad option "pady": must be -after, -anchor, -before, -expand, -fill, -in, -ipadx
, -ipady, -padx, -pady, or -side at C:/Perl/lib/Tk/Widget.pm line 1144.
at C:\perlwin32gui\fm.pl line 13
my $top = $main->Frame->pack(-side =>'top', -fill => 'x');
my $left1 = $top->Frame->pack(-side =>'left',pady => 9, padx => 8);
Im moving along nicely, thinking Im some cool perl guy and when I add the LEFT1 line I get the following error.
running 5.8.8 ...
C:\perlwin32gui>fm.pl
bad option "pady": must be -after, -anchor, -before, -expand, -fill, -in, -ipadx
, -ipady, -padx, -pady, or -side at C:/Perl/lib/Tk/Widget.pm line 1144.
at C:\perlwin32gui\fm.pl line 13