Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: unzip fail using IO::Uncompress::Unzip

by toolic (Bishop)
on Sep 23, 2016 at 16:38 UTC ( [id://1172472]=note: print w/replies, xml ) Need Help??


in reply to unzip fail using IO::Uncompress::Unzip

File::Slurp has a function to exclude . and ..
my @zd = read_dir($zipdir);

You may need to prepend the directory name to each file before you unzip ("prefix" option).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-03-28 08:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found