my $retval = gunzip 'file.gz' => 'file.out', Strict=>1 or $GunzipError; #### my $retval = gunzip 'file.gz', 'file.out', Strict=>1 or $GunzipError;