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

Re: Undefined entries in %INC?

by ig (Vicar)
on Aug 28, 2012 at 06:08 UTC ( [id://990144]=note: print w/replies, xml ) Need Help??


in reply to Undefined entries in %INC?

Does undef value on an entry in %INC have any useful meaning?

See require. An undef value for an entry in %INC may record the fact that an attempt to include a file failed, at least in some cases. But if it was set by means other than require, it may indicate something else. The only aspect of the value that is well defined is that it should be true if the file was included successfully and false otherwise. undef is just one of the false values.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2024-04-26 05:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found