Help for this page

Select Code to Download


  1. or download this
    use Tk;
    require Tk::ExecuteCommand;
    ...
    )->pack( -side => 'right' );
    
    MainLoop;
    
  2. or download this
    print "Starting...";
    sleep 10;
    print "end\n";