Help for this page

Select Code to Download


  1. or download this
    if there are submitted form variables then
      perform the requested action 
    else
      display the form
    end if
    
  2. or download this
    use CGI qw/:standard/;
    ...
    ...
    } else {
      # display the form
    }