No. It works here for me (Win2K and Activeperl 5.8.0).
Just tested it on one of my Linux boxes, RH9 and Perl 5.8,
worked perfectly there (changed name of zipfile of course).
Helgi
I have just posted a separate message re the fact that when I upgraded
to ActiveState Perl 5.8.2 build 808 I get following error messages!!
Any idea why? Appears to refer to the use Archive::Zip line...
Geoff
D:\a-keep8\perl\progs>perl unzip3.pl
Can't locate loadable object for module IO in @INC (@INC contains:
C:/Perl/lib
:/Perl/site/lib .) at C:/Perl/lib/IO/Handle.pm line 260
Compilation failed in require at C:/Perl/lib/IO/Handle.pm line 260.
BEGIN failed--compilation aborted at C:/Perl/lib/IO/Handle.pm line
260.
Compilation failed in require at C:/Perl/lib/IO/Seekable.pm line 101.
BEGIN failed--compilation aborted at C:/Perl/lib/IO/Seekable.pm line
101.
Compilation failed in require at C:/Perl/lib/IO/File.pm line 117.
BEGIN failed--compilation aborted at C:/Perl/lib/IO/File.pm line 117.
Compilation failed in require at C:/Perl/site/lib/Archive/Zip.pm line
22.
BEGIN failed--compilation aborted at C:/Perl/site/lib/Archive/Zip.pm
line 22.
Compilation failed in require at unzip3.pl line 4.
BEGIN failed--compilation aborted at unzip3.pl line 4.