my $gzip; BEGIN{ $gzip = eval { require IO::Compress::Gzip; IO::Compress::Gzip->import(); 1; #UPDATE as per Eily's comment: this is needed }; print "IO::Compress::Gzip found!" if $gzip; }