need help with finishing this. thanks so much!use strict; use warnings; use Archive::Zip; my $zip = Archive::Zip->new(); $zip->read('C:\Users\user1\Desktop\Stuff\perltooltesting\test.zip') or + die "could not open file $! \n"; my $fh = Archive::Zip::Read->new($zip,'test.txt');
In reply to Need to parse a file within a zip fille by gotsilk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |