Help for this page
if ($useGZ) { eval q{ use IO::Compress::Gzip; 1 } or die "IO::Compress::Gzip is NOT available: $@"; print "IO::Compress::Gzip is available\n"; }
eval 'use Data::Dumper; 1' or die $@; print Dumper $x; # WON'T work, confusing warning message print Dumper($x); # will work