#!/usr/bin/perl use strict; use warnings; use 5.010; require IO::Uncompress::Gunzip; IO::Uncompress->import(qw(gunzip $GunzipError)); gunzip 'x' => 'y';