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