Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

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

by ihb (Deacon)
on Dec 28, 2004 at 02:44 UTC ( [id://417686]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $window = Gtk2::Window->new( "toplevel" )->call_method_list(
        signal_connect   => [ delete_event => sub { Gtk2->main_quit } ],
    ...
            signal_connect => [ clicked => sub { Gtk2->main_quit } ] ),
        \'show_all',
    );
    
  2. or download this
    use Carp qw( croak );
    sub UNIVERSAL::call_method_list {
    ...
      
      return $target;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-03-29 07:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found