Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    my $status = $zip->overwriteAs('EOC-triage.zip');
    die "Unable to write Zip - $status : $!\n" if $status != AZ_OK;
    
  2. or download this
    IO error: reading data :  
     at C:\strawberry\perl\vendor\lib/Archive/Zip/NewFileMember.pm line 60
        
    ...
    Uncaught exception from user code:
        Unable to Write Zip - 4 : 
     at gatherTriage2.pl line 52
    
  3. or download this
    use strict;
    use warnings;
    
    ...
    $arch->addFile($_) for (@files);
    
    my $status = $arch->overwriteAs($file);