Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Tk question

by batkins (Chaplain)
on Nov 13, 2003 at 22:49 UTC ( [id://306959]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $win->Button(-text => 'OK', -command => [\&ok, $win])->pack;
    
  2. or download this
    sub ok
    {
    ...
      $win->destroy;
      $notified = 1;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (8)
As of 2024-03-28 12:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found