Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Array of TK::Checkbuttons not acting appropriately

by Koosemose (Pilgrim)
on Oct 02, 2006 at 02:35 UTC ( [id://575831]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @checkbox = (qw/fred george jimbo frank/);
    foreach $c (0..@#checkbox) {
      $bill_table->Checkbutton(-variable=>\$checkboxvalue[$c],-text=>@chec
    +kbox[$c])->pack;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found