![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: Unzipping a Fileby Hofmator (Curate) |
on Nov 14, 2006 at 15:42 UTC ( #583990=note: print w/replies, xml ) | Need Help?? |
Well, it seems that $somezip->memberNamed( 'unzipped.txt' ); returns undef - which probably means that there is no file by that name in the zip archive.
What does print $somezip->memberNames(); show? -- Hofmator Code written by Hofmator and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.
In Section
Seekers of Perl Wisdom
|
|