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

Re: 'can' operator?

by Zaxo (Archbishop)
on Nov 18, 2002 at 20:33 UTC ( [id://213885]=note: print w/replies, xml ) Need Help??


in reply to 'can' operator?

The overload pragmatic provides a couple of functions you can use for that.

  • overload::Overloaded('$foo+1') takes a perl expression as a string and tells you whether any of its operators are overloaded in the context of that expression.
  • overload::Method($obj,'+') returns a code reference to the method overloading '+' for $obj, or undef if not overloaded.

After Compline,
Zaxo

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-03-29 00:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found