in reply to Re: Controlling "use" statements
in thread Controlling "use" statements
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Controlling "use" statements
by ikegami (Patriarch) on Jun 13, 2007 at 19:50 UTC | |
|
Re^3: Controlling "use" statements
by shmem (Chancellor) on Jun 13, 2007 at 19:44 UTC |