Help for this page

Select Code to Download


  1. or download this
      "C:\Dwimperl\perl\site\bin\pp.bat" --output="C:\Dwimperl\perl\Script
    +s\myName.exe" --gui --compress 6 --bundle "C:\Dwimperl\perl\Scripts\m
    +yName.pl"
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    $mw->focusmodel('active');
    Tk::after(10000, sub { $mw->destroy });
    MainLoop();