Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Mutator chaining considered harmful

by fizbin (Chaplain)
on Dec 29, 2004 at 22:18 UTC ( [id://418106]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Checksum myCS;
    myCS.addTo(x).addTo(foo).addTo(barObject);
    cout << myCS;
    
  2. or download this
    cout << "Value is: " << dec << myValue << " (hex: " << hex << myValue 
    +<< ")";
    
  3. or download this
    my $Ifile_format = new What::Ever::Format();
    $Ifile_format->addRecType($XErec)
                 ->addRecType($XFrec)
                 ->addRecType($I7rec)
                 ->addRecType($HMrec);
    
  4. or download this
    --
    @/=map{[/./g]}qw/.h_nJ Xapou cets krht ele_ r_ra/;
    map{y/X_/\n /;print}map{pop@$_}@/for@/
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://418106]
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: (5)
As of 2024-03-29 00:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found