Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: problem in unzipping the zip file

by atemon (Chaplain)
on Oct 04, 2007 at 06:52 UTC ( [id://642580]=note: print w/replies, xml ) Need Help??


in reply to problem in unzipping the zip file

You can use

$zip->extractTree( '',$destinationDirectory);
to extract all files from directories inside Zip file recursively. You may refer Archive::Zip for more details.

Note: Please format the posting as erroneousBollock said and go through The Perl Monks Guide to the Monastery and How (Not) To Ask A Question also.

Cheers !

--VC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://642580]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-04-18 05:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found