Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: object aggregators

by Revelation (Deacon)
on Jun 14, 2003 at 22:09 UTC ( [id://265958]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $person->make_head('large')
           ->make_nose('small')
           ->make_belly('surgerized');
    
  2. or download this
    package Table;
      use Column;
    ...
      sub make_column {
        $_[0]->[$_[1]] = Column->new;
      }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (7)
As of 2024-04-19 08:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found