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:/