Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^5: Shortcut operator for $a->{'b'}=$b if $b;

by ikegami (Patriarch)
on Sep 21, 2005 at 05:28 UTC ( [id://493662]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Shortcut operator for $a->{'b'}=$b if $b;
in thread Shortcut operator for $a->{'b'}=$b if $b;

overload doesn't define operators; it redefines them. ?= would have to be added to perl by patch.

There is an alternative to a new or overloaded operator. One could use a tied hash. The only difference would be in the setter.

By the way, my function does not autovivify. At least, not in 5.6.x or 5.8.x.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-04-25 13:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found