Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^7: Experimenting with Lvalue Subs (trade-offs)

by fergal (Chaplain)
on Jan 25, 2005 at 06:38 UTC ( [id://424795]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub double
    {
    ...
    }
    
    double($o->foo);
    
  2. or download this
    $o->foo+ *= 2;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-04-18 01:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found