Hi,
I'm currently attempting to read a text file that is located in two subsequent zip archives, (ex: archive1.zip/archive2.zip/textfile.txt).
In my looking around the web, I came across perl's "Archive::Zip::MemberRead", but I couldn't find any good tutorials on using it.
Can I use "Archive::Zip::MemberRead" to accomplish what I'd like to do?
If so, could anyone point to some good examples/tutorials, etc?
And if not, could someone point me in the right direction?
Thanks!
Josh
|