Help for this page

Select Code to Download


  1. or download this
    sub print_form() {
    
    ...
                $q->param(-name=>"$key", -value=>"$real_fields{$key}");
            }
        }
    
  2. or download this
    
    elsif ($type =~ /check/) {
    ...
            print checkbox(-name=>"$name", -value=>$_, -label=>"$hash{$_}"
    +);
            }
            print br();