in reply to Aborting a module
BEGIN{ eval "use $packagename"; $package_didnt_work =1 if $@ } maybe? if( $something ) { eval "use Something"; }?
-Paul