Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: chaining method calls (smart error object)

by adrianh (Chancellor)
on Jun 12, 2003 at 10:09 UTC ( [id://265325]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: chaining method calls (smart error object)
in thread chaining method calls

The first thing that struck me thought was "How can AUTOLOAD determine boolean context?".

AUTOLOAD doesn't have to. You overload bool and use it to set some internal flag in the object to say it's been evaluated in a boolean context. Then in DESTROY you throw an exception if the flag has not been set.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (7)
As of 2024-03-28 22:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found