Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: Verbose Tk Code

by tybalt89 (Monsignor)
on Feb 28, 2021 at 20:47 UTC ( [id://11128917]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $mw->Button(-text => $_->[0], -command => $_->[1], -font => 24,
      )->pack( -side => 'left', -fill => 'x', -expand => 1) for
    ...
        ['Random Move' => \&random],
        [Help => \&help],
        [Exit => sub {$mw->destroy}];
    

Log In?
Username:
Password:

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

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

    No recent polls found