Rajesh Dorairajan wrote:
Yes. I am able to open the archive using Winzip. However,

        my $zip = Archive::Zip->new();
        my $status = $zip->read( $archive );
        return ( -1 ) if $status != AZ_OK;

fails with the message below. Is there another module that can extract the
archive?

That still doesn't mean that it is in ZIP format. WinZip *can* open file formats other than ZIP.


--
Andrew Gaffney


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to