Amount of entries in zip file [Archive::Zip (Compress::Zlib)]

T

Twig

Where this is defined?
I'm using perl 5.6 and writing a script to get listing of zip file
content but getting complained of "too short file" when trying to access
2.2 Giga zip file.
Is there available archive module which can handle bigger files than 2
Gb's?

How to get over this?

Perl 5.6 is mandatory requirement for me, and reason to write this
script is get rid of external utils.
 
A

A. Sinan Unur

Where this is defined?
I'm using perl 5.6 and writing a script to get listing of zip file
content but getting complained of "too short file" when trying to access
2.2 Giga zip file.
Is there available archive module which can handle bigger files than 2
Gb's?

I don't think it is a function of the module, but depends on how perl was
compiled. For example:

lseeksize

etc.
How to get over this?

Get a Perl that supports 64-bit file offsets.
Perl 5.6 is mandatory requirement for me, and reason to write this
script is get rid of external utils.

If you have a zip utility that is widely available and works with 64-bit
offsets, why not use it?

Sinan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,183
Messages
2,570,966
Members
47,514
Latest member
AdeleGelle

Latest Threads

Top