Forum Moderators: phranque
#use PerlIO::gzip;
my $buffer = sub_to_laod_a_file ( "../http/index.htm" );
my ($i, $status) = inflateInit();
my ($out, $status) = $i->inflate( $buffer );
$html .= "Buffer length= " . length ( $buffer ) . " OUT= " . length ( $out ) . "STATU=$status";
The length of the buffer indicates, the gz compressed file was successfull loaded
But the $out is 0
Status = -3
Can not find what status -3 means