Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $main = MainWindow->new ();
    my $label = $main->Label(-text => 'Text', -font => 'arial 490')->pack 
    +();
    MainLoop;