Help for this page
#!/usr/bin/perl use warnings; use strict; ... my $mw = MainWindow->new; $mw->Label( -text => $mw->screenheight . " x ". $mw->screenwidth )->p +ack; MainLoop;