Help for this page

Select Code to Download


  1. or download this
    use Tk;
    $MW = MainWindow->new;
    ...
        -command => sub {print STDOUT "Launch Scripts\n"; exit;} );
    $angel->pack;
    MainLoop;