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

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

by Aristotle (Chancellor)
on Dec 28, 2004 at 22:30 UTC ( [id://417860]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $label = $button->border( 20 )->label;
    
  2. or download this
    my $label_formatting = $window->title( 'foo' )
                                  ->child->border( 20 )
                                  ->child->font_style;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-26 06:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found