in reply to Perl/TK: How to set the width and height of the main window?

I believe the problem with your code lies in the quotes around the numeric values.
Try:
my $MW = MainWindows->new(-width=>600, -height=>600);
Cheers, Akoya