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