http://www.perlmonks.org?node_id=624997

MyFSL has asked for the wisdom of the Perl Monks concerning the following question:

In Perl/TK

$MW = MainWindow->new(-width=>'600',-height=>'600');

Why doesn't this set the width and height on the Main Window?
How do I set the width and height of the main window?
This is driving me nuts!!!!

perl, v5.8.8 built for i486-linux
HELP!