~~David~~ has asked for the wisdom of the Perl Monks concerning the following question:
The error is " error: member not found."my @zipimages; $zipimages[0] = 'Patch/Archive/picture1.tif'; $zipimages[1] = 'Patch/Archive/picture2.tif'; my $zip = Archive::Zip->new("$picturedir\\$picturefile"); foreach (@zipimages){ $tempref = $zip->extractMember( $_, picture.tif) }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Archive::Zip Error When Extracting Non-existent Member
by Fletch (Bishop) on Nov 28, 2007 at 21:30 UTC | |
|
Re: Archive::Zip Error When Extracting Non-existent Member
by aquarium (Curate) on Nov 28, 2007 at 22:15 UTC |