Thank you, this is very useful. As a followup, what would be the correct way to include certain features with the module?
For example, I want the equivalent of
use CGI::Carp qw(fatalsToBrowser set_message)I know that
require CGI::Carp qw(...)won't work, because it can only handle barewords. What is the correct way to do this?
Thanks.In reply to Re^2: Controlling "use" statements
by nodice
in thread Controlling "use" statements
by nodice
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |