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.