using Archive::Zip::MemberRead fails to find "opened" method
- From: David Karr <davidmichaelkarr@xxxxxxxxx>
- Date: Wed, 6 Jun 2012 15:17:13 -0700 (PDT)
I'm working on a script that can recursively examine archive files, so I'm using "Archive::Zip" along with "Archive::Zip::MemberRead". I had originally written it with just "Archive::Zip", and it was working fine, but I tried to extend it to recursively examine the archive by adding "MemberRead".
I'm seeing the following error now:
Can't locate object method "opened" via package "Archive::Zip::MemberRead" at /usr/local/share/perl/5.14.2/Archive/Zip/Archive.pm line 570.
I tried adding in my script the various "File::" imports that are in "Archive.pm", but that made no difference.
.
- Follow-Ups:
- Re: using Archive::Zip::MemberRead fails to find "opened" method
- From: Ben Morrow
- Re: using Archive::Zip::MemberRead fails to find "opened" method
- From: Bjoern Hoehrmann
- Re: using Archive::Zip::MemberRead fails to find "opened" method
- Prev by Date: Re: Problem with syntax getting array elements
- Next by Date: Re: using Archive::Zip::MemberRead fails to find "opened" method
- Previous by thread: Problem with syntax getting array elements
- Next by thread: Re: using Archive::Zip::MemberRead fails to find "opened" method
- Index(es):