Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
ising archive::zip
Name: shabbydoo Date: June 19, 2009 at 02:44:06 Pacific OS: Windows XP Subcategory: General
Comment:
I am new in perl & i am trying to zip a file in a directory d:\shabdita\file1.txt using the module Archive::zip this is my script what am i doing wrong use Archive::Zip qw( :ERROR_CODES :CONSTANTS ); my $dir='d:/shabdita/abc'; my $zip=Archive::Zip->new(); my $zipped;
Summary: i am new in perl & i am trying to zip a file in a directory c:\scripts\1.txt using the module Archive::zip this is my script what am i doing wrong $_="c:\/scripts\/1.txt"; use Archive::Zip; $zip = Ar...
Summary: I was trying to see if there is a method to count the number of files in a zip archive with out extracting it. I had a look at winzip's command line interface and there is a command for it but. wzunzi...
Summary: =================================================== First find out if they are actually zip files. If they are and represent zip data then you can do it two ways. 1) If they are DOS zip compatible t...