Beefy Boxes and Bandwidth Generously Provided by pair Networks Frank
No such thing as a small change
 
PerlMonks  

Re: Why do multiple requires not work?

by bart (Canon)
on Dec 06, 2012 at 11:53 UTC ( #1007547=note: print w/ replies, xml ) Need Help??


in reply to Why do multiple requires not work?

You can't use slashes in the name of the required file. You can use either double colons, and no file extension (".pm" is assumed), or you can use a string (a quoted literal or a variable) with a path with slashes and with file extension. So you can do

require "/a/b/script";
if it has no file extension, or
require "/a/b/script.pl";
if it has ".pl" as file extension.


Comment on Re: Why do multiple requires not work?
Select or Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Node Status?
node history
Node Type: note [id://1007547]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others scrutinizing the Monastery: (12)
As of 2013-05-22 22:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    The best material for plates (tableware) is:









    Results (471 votes), past polls