In the CRCComputingFileHandle.pm,

sub getCRCValue
{

        foreach my $member ($zip->members())
        {
                my $compressedSize = $member->compressedSize();
                $status = $member->extractToFileHandle($fh); ####This part###
        }
}

For the above coding, If the zip file CRC computed is success, It return status.
But, If it is failure (for the Invalid compressed data), It supposed to be written 
empty or other status. Instead of that it exit the flow. I tried with 'eval' also. Is 
there any other way to handle the exception for this.
Kindly let me know if anybody know the answer for this.

R
Srinivas

This e-mail and any files transmitted with it are for the sole use of the intended 
recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply e-mail and 
destroy all copies of the original message.
Any unauthorized review, use, disclosure, dissemination, forwarding, printing or 
copying of this email or any action taken in reliance on this e-mail is strictly
prohibited and may be unlawful.

  Visit us at http://www.cognizant.com

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to