in reply to using 'use' conditionally

There's also the lovely if module.
Example:
use constant DEBUG => 1; use if (DEBUG), 'CGI::Carp' => 'fatalsToBrowser';


--
Rock is dead. Long live paper and scissors!