Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Archive::Zip qw( :ERROR_CODES :CONSTANTS );
    
    ...
    }
    
    $newzip->writeToFileNamed( $newfile ) == AZ_OK or die 'error somewhere
    +';