Help for this page
BEGIN { if( $ENV{USE_XYZ}) { ... Foo::Bar->import(); } }
use if $ENV{USE_XYZ}, 'Foo::Bar';