Thank you so much for your reply, I started to feel ignored by the monks
first of all: I have only tested the zip file through opening it with archive manager. is that considered enough ?
and here is what I am really trying to do:
according to This therad Archive::Zip can only handle up to 4 GB. I have a code that includes zipping functionality and I need to extend it to be able to zip + GB archives.
I am using IO::Compress::Zip to do that since I can pass an option zip64 => 1 for +4 GB files, but I also need to rename the member files inside the archives after zipping and IO::Compress::Zip doesn't seem to offer this functionality.
so I thought about zipping with IO::Compress::Zip and renamein member files with Archive::Zip. I ran a little test before I do this to see if it is possible with big archives and that was my original post.
so in a summary I need a way to create a big archive and then rename member files.
thank you !
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.