in reply to
New to Perl TK
I haven't used Tk, but after reading
Tk::Label
, you might try prefixing your Label attribute keys with a dash (-). For example use -width instead of width.
Comment on
Re: New to Perl TK
In Section
Seekers of Perl Wisdom