Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Perl/Tk window->protocol question

by zentara (Archbishop)
on Mar 17, 2006 at 18:44 UTC ( [id://537529]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     -command => sub { numpress( $i ) }
    # equals 
     -command => [ \&numpress, $i ]
    
  2. or download this
    $top->protocol( DELETE_WINDOW',
        [\&my_clean_up_routine, $top, $another_parameter] );
    
    [download]
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-25 23:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found