Take a look at
IO::Compress::Zip
It supports the (fairly) new Zip64 standard which handles files much larger than the current zip library standard.
Bear in mind though, that unless your using Windows7 or a recent *nix you'll need to use a 3rd party app to extract the data later, such as
Info Zip 6.x or later,
(as i don't think IO::Uncompress::Unzip supports reading Zip64 files just yet hopefully its coming soon).
IO::Uncompress::Unzip does support Zip64, thanks
pmqs !