Help for this page

Select Code to Download


  1. or download this
    Clean up temporary files extracted from the application at runtime. By
    + default, these files are cached in the temporary directory; this all
    +ows the program to start up faster next time.
    
  2. or download this
    ##
    #  PAR::Packer example using Tk
    ...
    $b2->pack(-side => 'right');
    $mw->bind("<Control-q>" => sub { $b2->invoke });
    $mw->MainLoop;