Help for this page

Select Code to Download


  1. or download this
    ...
    @EXPORT    = qw(Exists Ev exit MainLoop DoOneEvent tkinit);
    ...
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    MainLoop;
    
    print "After MainLoop\n";
    
  3. or download this
    $ pm_tk_exit_vs_destroy.pl  # Using 'Exit' button
    $ pm_tk_exit_vs_destroy.pl  # Using 'Destroy' button
    After MainLoop
    $