use Shell qw/ gzcat /; my $file = "/path/to/gzipped-file" my $contents = gzcat( $file );