Help for this page
our $HAVE_XYZ; BEGIN { $HAVE_XYZ = !!$ENV{USE_XYZ} } ... if ( $HAVE_XYZ ) { XYZ::foo(...) }