Need A PERL Script That Views Zip Files

The Scarlet Pimp

Supreme Member
Joined
Apr 2, 2008
Messages
1,416
Reaction score
4,457
did a search but didn't find anything here, is there a perl script that can show the contents of a zip file *without* having to open the file?
 
d *without* having to open the file
What do you mean by that?
Anyway, there are a lot of simple ready to use modules to read zip file contents
http://search.cpan.org/search?query=zip&mode=all
so it's easy to write your own script
 
Back
Top