Help for this page

Select Code to Download


  1. or download this
      my $dept_control = $cgi->textfield(-name=>"dept",
        -size=>12,
        -maxlength=>12,
        -default=>$some_default_value);
    
  2. or download this
      my $dept_control = $cgi->popup_menu(-name=>"dept",
        -values=>\@dept);