Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Mutator chaining considered harmful

by Anonymous Monk
on Dec 29, 2004 at 10:00 UTC ( [id://417958]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        $window->title('foo');
        $window->border(20);
    
  2. or download this
        $window->title('foo')->border(20);
    
  3. or download this
        $window->title('foo')->border(20);
    
  4. or download this
    $window->title('foo')->border(20);
    my $button = $window->child->border(20);
    my $label_formatting = $button->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://417958]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-23 22:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found