in reply to using 'use' conditionally
use constant DEBUG => 1; use if (DEBUG), 'CGI::Carp' => 'fatalsToBrowser'; [download]