Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^3: File does not exist: 500 read failed

by ikegami (Patriarch)
on Dec 07, 2007 at 17:14 UTC ( [id://655700]=note: print w/replies, xml ) Need Help??


in reply to Re^2: File does not exist: 500 read failed
in thread File does not exist: 500 read failed

Inappropriately named eval BLOCK is very different from eval EXPR.
eval EXPR invokes the Perl parser to parse and execute EXPR. This should be avoided whenever possible.
eval BLOCK, the function used in the parent, is the benign construct known as try in other languages.

See eval.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-03-28 16:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found