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;
    }