use Gzip::Faster; my $gz = ''; my $data; eval { $data = gunzip( $gz ); }; if ($@) { say "can't unzip file"; exit; };