Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Archive::Zip for unzipping to directory?

by Khen1950fx (Canon)
on Apr 14, 2008 at 01:07 UTC ( [id://680185]=note: print w/replies, xml ) Need Help??


in reply to Archive::Zip for unzipping to directory?

A quick google turned up Archive::Unzip::Burst.

#!/usr/bin/perl use strict; use warnings; use Archive::Unzip::Burst 'unzip'; unzip("zipfile.zip", "targetdirectory");

Replies are listed 'Best First'.
Re^2: Archive::Zip for unzipping to directory?
by tsee (Curate) on Apr 15, 2008 at 11:43 UTC

    I have to mark this with a big "Whoa there!"

    I wrote Archive::Unzip::Burst because Archive::Zip was notoriously slow when starting a PAR packaged application. A::U::B is just a very, very thin wrapper around a copy of the infozip library and exposes only a tiny fraction of the features.

    More problematic yet, the module is known to only build on Linux. There was some effort by people on the PAR mailing list to get it to work on Win32, but to no avail yet.

    Note that infozip itself is portable, just the integration into the module build system was... challenging.

    By the way: Patches welcome :)

    Cheers,
    Steffen

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (7)
As of 2024-04-19 11:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found