Help for this page

Select Code to Download


  1. or download this
              
                my ($nout, $status) = $zlib->inflate($s->{buf});
                if (! defined $nout) {
    ...
                    $s->{buf} = $nout;
                    $nread = length ($nout);
                }
    
  2. or download this
     $s->{buf} = $nout
    
  3. or download this
     $s->{buf} = $nout . $buff;