Subject: | Not a bitmatch on unzip. |
This attached file with the following script, will unzip to a different
version than Ubuntu's UnZip. UnZip is correct by function.
foreach my $zip ( <*.zip> ) {
print "Unzipping $zip";
my $zip = Archive::Zip->new($zip);
$zip->extractTree(q//, './images/');
}
unzips unproperly.
Archive::Zip
323774fca663cb64e6c6f754d23c5dd4 WDBRF40JX4A583651.jpg
UnZip 5.52 of 28 February 2005, by Ubuntu. Original by Info-ZIP:
2039fecdcf3143c8e289f76f22c297ef WDBRF40JX4A583651.jpg
Newest Archive::Zip
Show quoted text
cpan> install Archive::Zip
Going to read /root/.cpan/Metadata
Database was generated on Mon, 08 May 2006 21:24:48 GMT
Archive::Zip is up to date.
Subject: | source.zip |