Re: Archive::Zip problem

2009-07-01 Thread Chris Wagner
read( $fileName ) Read zipfile headers from a zip file, appending new members. Returns AZ_OK or error code. my $zipFile = Archive::Zip->new(); my $status = $zipFile->read( '/some/FileName.zip' ); At 10:06 AM 7/2/2009 +0530, Kprasad wrote: >Hi All >I've simple perl pro

Re: Archive::Zip problem

2009-07-01 Thread Sisyphus
- Original Message - From: "Kprasad" #!/usr/bin/perl use Archive::Zip qw( :ERROR_CODES :CONSTANTS ); # imports #mkdir "c:/onfly"; my $localdir="c:/onfly"; ## I've two zip files i.e., first.zip and second.zip which respectively contains 3 files and two files and after extraction 'c:/

Archive::Zip problem

2009-07-01 Thread Kprasad
Hi All I've simple perl program which should be used to extract two .zip files at the same time. Directory for unzipping will be the name of individual zip file. Problem: First zip's content extract perfectly but after unzipping Second zip it contains the files of first zip too. I've two zip file

archive::zip problem

2004-04-19 Thread Michael Meltzer
I wrote a little perl script to zip some textfiles on a windows box, send the archive via NET::FTP to a unix box and decrompress the archive there. On windows (NT) I can decrompress the archive with WinZip but on unix (SuSe 8.2 and Solaris 7) when running unzip I get the following error message: