Help for this page

Select Code to Download


  1. or download this
    #!perl
    
    ...
    $mw->Button(-text => q{Exit}, -command => sub { exit })->pack();
    
    MainLoop;