Help for this page

Select Code to Download


  1. or download this
        
    my $x = 1;  #index for table rows
    my $t=0;  #index for checkbuttons and values
    ...
            $bill_table->put($x,7, $paybill);
            $x++;
    }#end foreach loop