if ($useGZ) { eval q{ use IO::Compress::Gzip; 1 } or die "IO::Compress::Gzip is NOT available: $@"; print "IO::Compress::Gzip is available\n"; }