Help for this page

Select Code to Download


  1. or download this
    use IO::Compress::Zip qw(zip $ZipError);
    
    ...
    
    $zip->close;
    
  2. or download this
    
    ## when using '-', Stream is set to 1
    ...
    
    $z->close;