in reply to Re: Zip file CRC validation
in thread Zip file CRC validation
my $fh = IO::File->new_tmpfile or print "Unable to make ne +w temp file: $!"; binmode($fh); $member->extractToFileHandle($fh);
Output: From CALC: 2b35e7ab From ZIP: 9bdd56f6 test.log Thanks for the suggestion.my $fh = IO::File->new_tmpfile or print "Unable to make ne +w temp file: $!"; $member->extractToFileHandle($fh); binmode($fh);
|
|---|