Help for this page

Select Code to Download


  1. or download this
    dmake could not be found on the PATH. Please invoke it using the full 
    +pathname:
    
    ...
    or put the Perl\site\bin directory on the PATH with:
    
        path C:\Perl\site\bin;%PATH%
    
  2. or download this
    #! /Perl/bin/perl
    
    ...
    use File::Find;
    use Archive::Zip qw( :ERROR_CODES :CONSTANTS );
    use Archive::Extract;