http://qs321.pair.com?node_id=1143195

flexvault has asked for the wisdom of the Perl Monks concerning the following question:

Dear Monks,

This is related to stevieb's question and his desire to use 'require' for seldom used modules:

I have used the following:
use ... qw( ... );
but when I use 'require', it doesn't let me select the subroutines I need for execution. If the default doesn't include what I need, then the script fails at execution time.

Is there a better way to use 'require' or am I using 'require' incorrectly?

Regards...Ed

"Well done is better than well said." - Benjamin Franklin