chdir $dir or die "Cannot chdir $dir:$!\n";
my $zip = Archive::Zip->new();
die "Error reading $zipfile:$!" unless $zip->read( "$dir/$zipfile" ) == AZ_OK;
$zip->extractMember($_) for $zip->members;
__END__
> Subject: RE: Using compression on W
Try looking for Archive::Zip
-Original Message-
From: Ned Cunningham [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 05, 2004 8:35 AM
To: Paul Kraus; [EMAIL PROTECTED]
Subject: RE: Using compression on Win32 systems
Yes,
I have looked and googled and searched aspn.
Have not been
: Paul Kraus [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 05, 2004 9:59 AM
To: Ned Cunningham; [EMAIL PROTECTED]
Subject:RE: Using compression on Win32 systems
Do you read the perl docs? They almost always contain
Do you read the perl docs? They almost always contain examples or the folder
for the module will have example code as well.
Paul Kraus
---
PEL Supply Company
Network Administrator
> -Original Message-
> From: Ned Cunningham [mailto:[EMAIL PROTECTED]
> Sent: Thursda
http://search.cpan.org/search?query=zip&mode=all
Paul Kraus
---
PEL Supply Company
Network Administrator
> -Original Message-
> From: Ned Cunningham [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 05, 2004 9:50 AM
> To: [EMAIL PROTECTED]
> Subject: Using compre