Help for this page

Select Code to Download


  1. or download this
    ## grab form input
    my $query = CGI->new(); 
    ...
      }
    
    }
    
  2. or download this
      ## each missed field is placed in a new array
      for my $i(@required) {
    ...
          push @missed_fields, $i;
        }
      }