From: perl-win32-users-boun...@listserv.activestate.com
[mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of
Kprasad
Sent: 14 May 2010 09:22
To: perl-win32-users@listserv.ActiveState.com
Subject: Extract nested zip file

> Hi
>  
> Could anyone tell me that how to extract nested zip file, i.e.,
abc.zip contains another zip file 
> named xyz.zip.
> My requirement is to not to extract parent zip (abc.zip) but directly
extract child zip 'xyz.zip.
 
I have never tried anything like that myself, but the obvious (to me)
guess for a place to start would be a module that specialises in zip
files like Archive::Zip, possibly in combination with
Archive::Zip::MemberRead.

HTH

-- 
Brian Raven 

Please consider the environment before printing this email.

This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient or have received this e-mail in error, please advise 
the sender immediately by reply e-mail and delete this message and any 
attachments without retaining a copy.

Any unauthorised copying, disclosure or distribution of the material in this 
e-mail is strictly forbidden.

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to