Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Multiple zip files from directories!

by Anonymous Monk
on Sep 15, 2011 at 18:54 UTC ( [id://926218]=note: print w/replies, xml ) Need Help??


in reply to Multiple zip files from directories!

If you aren't locked into plain old zips, you could simply use winrar or 7zip to make multi-volume archives and then not have to worry about partitioning the files between them.

  • Comment on Re: Multiple zip files from directories!

Replies are listed 'Best First'.
Re^2: Multiple zip files from directories!
by Anonymous Monk on Sep 15, 2011 at 19:23 UTC
    I can't, cause this will be part of an application, need to use my own code, I am very close now!

      Not sure that makes sense to me. If your application can depend on opensource Perl and opensource Archive::Zip, why can't it depend on opensource zip and just system("zip") with appropriate args from Perl?

      I certainly prefer to write Perl instead of execs where possible for performance/reliabilty reasons, but in this case Archive::Zip definitely is not as functional or elegant for doing exactly what you're trying to do here.

      --Dave

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://926218]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-19 19:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found