Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: multiple method calls against the same object, revisited

by eric256 (Parson)
on Dec 28, 2004 at 18:33 UTC ( [id://417815]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Chain;
    
    sub new {
    ...
    }
    
    1;
    
  2. or download this
    use strict;
    use warnings;
    ...
       ->test
       ->hell(1,2,3)
       ->say("hello");
    

Log In?
Username:
Password:

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

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

    No recent polls found