in reply to defined weirdness

Read use/require/import and you will understand that you cannot write if(something){use somethin; } because use happens always, at compile time

use SOAP::Lite; if( $debug ){ SOAP::Lite->import( trace => 'debug ' ); }