Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^4: Mutator chaining considered harmful

by revdiablo (Prior)
on Dec 30, 2004 at 18:47 UTC ( [id://418341]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      $foo->bar(2)->baz(3)->qux;
    
  2. or download this
      my $bar = $foo->bar(2);
      $bar->baz(3);
      $bar->qux;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (6)
As of 2024-04-16 17:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found