in reply to
unzip fail using IO::Uncompress::Unzip
Or you could do something like this:
foreach my $zipfile (glob "$zipdir/*.zip") { ... }
Comment on
Re: unzip fail using IO::Uncompress::Unzip
Download
Code
In Section
Seekers of Perl Wisdom