Help for this page
my ($nout, $status) = $zlib->inflate($s->{buf}); if (! defined $nout) { ... $s->{buf} = $nout; $nread = length ($nout); }
$s->{buf} = $nout
$s->{buf} = $nout . $buff;