use IO::Compress::Zip qw(:all); zip [ "bigfile1", "bigfile2"] => "myzip.zip", Zip64 => 1 or die "Cannot create zip file: $ZipError\n";