Help for this page

Select Code to Download


  1. or download this
        use Archive::Zip::SimpleZip qw($SimpleZipError) ;
    
    ...
     
    
        $z->close();
    
  2. or download this
       my $z = new Archive::Zip::SimpleZip "my1.zip", Zip64 => 1
            or die "Cannot create zip file: $SimpleZipError\n" ;