I am writing a perl script to traverse a directory, and for each .zip file it finds, will break them in to smaller .zip files, maintaining the order of the documents. I can write the code to traverse the directory, if anyone has insight into how I can pull files out of an archived file and, maintaining the order, zip them up again with a maximum file size of 50MB I would appreciate a response. Once I have something to go off of, I'll start posting my code as I work on it.
Thanks,
Jared