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

Re: Re: RFC: Class::Proxy::MethodChain

by Juerd (Abbot)
on Feb 26, 2003 at 07:30 UTC ( [id://238687]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $window = for_obj(Gtk::Window->new("toplevel"), sub {
        $_->signal_connect(delete => sub { Gtk->exit(0) });
    ...
        });
        $_->show;
    });
    
  2. or download this
    my $window = do {
        local $_ = Gtk::Window->new('toplevel');
    ...
    
        $_;
    };
    

Log In?
Username:
Password:

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

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

    No recent polls found