Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: require and its subs

by matija (Priest)
on Nov 22, 2004 at 14:33 UTC ( [id://409598]=note: print w/replies, xml ) Need Help??


in reply to require and its subs

Why aren't you using use StringDef; instead? use is equivalent to
BEGIN { require Module; import Module LIST; }
so maybe you need to add an import to your script?

Log In?
Username:
Password:

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

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

    No recent polls found