ssk has asked for the wisdom of the Perl Monks concerning the following question:
hi folks,
my problem is, i have a zip file and i need to extract certain information from the zipped file members.
I tried using Archive::Zip::MemberRead, but it seems that this Perl module is buggy.
The error it gave while exection was
Can't call method "memberNamed" without a package or object reference +at C:/Perl /site/lib/Archive/Zip/MemberRead.pm line 83.
Is there anything fault on my part?
or
can anyone help me in solving my problem (without Archive::Zip::MemberRead)
Thanx
ssk
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: problem with Zip::MemberRead
by fireartist (Chaplain) on Apr 15, 2005 at 07:43 UTC | |
by ssk (Initiate) on Apr 15, 2005 at 09:03 UTC | |
by fireartist (Chaplain) on Apr 15, 2005 at 11:41 UTC |