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

Re: Method chain object with easy syntax

by simonm (Vicar)
on Apr 16, 2005 at 21:24 UTC ( [id://448532]=note: print w/replies, xml ) Need Help??


in reply to Method chain object with easy syntax

Can some of the cb discussion participants draw out the use case for having the chain stored as a separate object, rather than as data?
$object->Method::Chain(method1=>\@args1, method2=>\@args2);

Replies are listed 'Best First'.
Re^2: Method chain object with easy syntax
by jdporter (Paladin) on Apr 17, 2005 at 17:43 UTC
    Among other things, we'd like to be able to call the method chain for different objects. One way of thinking of this is like function composition, but for methods.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (8)
As of 2024-03-28 10:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found