Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    
    ...
    $mw->Button(-text => 'Quit',
            -command => sub{exit} )->pack;
    MainLoop;
    
  2. or download this
    #!perl -w
    
    ...
        print "ERROR:$@" if $@;
        print "\n";
    }