Help for this page

Select Code to Download


  1. or download this
    my $retval = gunzip 'file.gz' => 'file.out', Strict=>1 or $GunzipError
    +;
    
  2. or download this
    my $retval = gunzip 'file.gz', 'file.out', Strict=>1 or $GunzipError;