Help for this page
BEGIN { if ($ENV{USE_XYZ} == 1) { ... XYZ->import(); } }
use if $ENV{USE_XYZ}, "XYZ";