Help for this page

Select Code to Download


  1. or download this
    $ ./unzipper nonexistant.zip
    IO error: opening nonexistant.zip for read : No such file or directory
    + 
    ...
            Archive::Zip::Archive::new('Archive::Zip::Archive','nonexistan
    +t.zip') called at /usr/local/lib/perl5/site_perl/5.8.0/Archive/Zip.pm
    + line 211
            Archive::Zip::new('Archive::Zip','nonexistant.zip') called at 
    +./unzipper line 6
    Unable to open nonexistant.zip:   at ./unzipper line 6.
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
       $zip->extractMember($m);
     }
    }
    
  3. or download this
    $ ./unzipper nonexistant.zip
    nonexistant.zip: No such file or directory