Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Re: Style Point: Catching eval { } errors

by DapperDan (Pilgrim)
on Nov 25, 2003 at 19:24 UTC ( [id://310030]=note: print w/replies, xml ) Need Help??


in reply to Re: Style Point: Catching eval { } errors
in thread Style Point: Catching eval { } errors

I don't remember seeing any reference to this in the documentation for eval. If their were I would have used it.

Perhaps it should be there? It seems to me that eval {} or do {} is the perfect idiom for using eval with exceptions.

  • Comment on Re: Re: Style Point: Catching eval { } errors

Replies are listed 'Best First'.
Re: Re: Re: Style Point: Catching eval { } errors
by diotalevi (Canon) on Nov 25, 2003 at 20:09 UTC
    perldoc -q eval
    In both forms (eval EXPR / eval BLOCK), the value returned is the value of the last expression evaluated inside the mini-program; a return statement may be also used, just as with subroutines. The expression providing the return value is evaluated in void, scalar, or list context, depending on the context of the eval itself. See "wantarray" for more on how the evaluation context can be determined.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://310030]
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: (9)
As of 2024-04-19 13:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found