Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Verbose Tk Code

by LanX (Saint)
on Feb 28, 2021 at 18:22 UTC ( [id://11128912]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $t1 = $left1->Label(-text => ' ',
                           -background => 'cyan')->pack();
    ...
    
    my $t1 = $left1->Label(-text => ' Year ',
                           -background => 'cyan')->pack();
    
  2. or download this
     
    with ($left1) {
        default -background => 'cyan';
    ...
        Label(-text => ' Month ');
        Label(-text => ' Year ');
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://11128912]
Approved by marto
Front-paged by kcott
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found