Help for this page

Select Code to Download


  1. or download this
    my $check_ = "chck";
    my $chck_ = "check";
    
  2. or download this
    foreach $usr( @
    #print $usr . "\n";
    ...
    my $check_.$usr = $cgi->param("$chck_.$usr");
    print $chck_.$usr;
    }
    
  3. or download this
    for my $user_id (@userchecklist_id) {
        my $checkbox_name = "check_$user_id";
    ...
        print "Checkbox name:  $checkbox_name\n";
        print "Checkbox value: $checkbox_value\n";
    }
    
  4. or download this
    my $usr = $user->id;
    ...
    foreach $usr( @userchecklist_id) {