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

Re: rest function?

by igelkott (Priest)
on Apr 11, 2013 at 22:25 UTC ( [id://1028243]=note: print w/replies, xml ) Need Help??


in reply to rest function?

includes

Since you use this term, just want to make certain that you're checking both for use and require and that you know that these can appear practically anywhere in the file.

If you find no other sources, maybe rest simply isn't defined at all. For example:
perl -e 'if(0) { $return_line = rest($short_module, $peakapex); } else { print "foo\n"; }'
will run without error (ignoring strict and warnings for the moment). Probably not so obvious in your program but you can check for this situation with a nearby print statement or, of course, a proper debugger.

If even this doesn't explain it, the definition of rest must be hidden in you file somehow.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-03-19 07:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found