Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: Perl Tk Naming Convention

by zentara (Archbishop)
on Jan 13, 2010 at 15:39 UTC ( [id://817200]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $frame1 = Tk::Frame->new;
    my $frame1_btn_ok = Tk::Button->new;
    
  2. or download this
    my %widget_hash;
    my $frame_count = 0;
    ...
               $widget_hash{$count}{ 'frame'}->Tk::Button->new; 
     }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-04-23 18:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found