Help for this page

Select Code to Download


  1. or download this
    perl2exe -tiny /path/to/your/source/code/source.pl
    
  2. or download this
    #perl2exe_bundle "C:\cygwin\bin\find.exe"
    #perl2exe_bundle "C:\cygwin\bin\cygwin1.dll"
    #perl2exe_bundle "C:\cygwin\bin\cygintl-1.dll"
    my $this_dir = $ENV{TEMP} || $ENV{TMP} || ($^O eq "MSWin32" ? $ENV{WIN
    +DIR} : '/tmp');
    
  3. or download this
    open( FIND, "$this_dir\\find . -type d -print0 |" )
        or die "can't run find: $!";