Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

How to use 'require' properly?

by flexvault (Monsignor)
on Sep 28, 2015 at 04:30 UTC ( [id://1143195]=perlquestion: print w/replies, xml ) Need Help??

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:

    Where in a package should 'use' be called?

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

Replies are listed 'Best First'.
Re: How to use 'require' properly?
by Athanasius (Archbishop) on Sep 28, 2015 at 04:43 UTC
Re: How to use 'require' properly?
by sundialsvc4 (Abbot) on Sep 28, 2015 at 14:14 UTC

    Also handy is UNIVERSAL::require.   The DESCRIPTION section of this Perldoc says it all.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1143195]
Approved by Athanasius
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-25 10:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found