Help for this page

Select Code to Download


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