Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Tk hidden binding

by Anonymous Monk
on Jul 24, 2011 at 10:28 UTC ( [id://916389]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -MTk -le " tkinit->Text->pack->focus; MainLoop; "
    
    perl -MTk -le ' tkinit->Text->pack->focus; MainLoop; '
    
  2. or download this
    $ perl -MTk -le " print for Tk->VERSION, $^V "
    804.0295
    v5.12.2
    ...
    $ perl -MTk -le " print for Tk->VERSION, $] "
    804.028
    5.008009
    
  3. or download this
    #!/usr/bin/perl --
    use strict;
    use warnings;
    ...
    Tcl 1.02
    $^V v5.12.2
    $] 5.012002
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-03-28 17:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found