Help for this page

Select Code to Download


  1. or download this
    # Process form if submitted; otherwise display it
    if ($co->param("submit")){
    ...
                    return 1;
            }
    }
    
  2. or download this
    sub display_form{
            my $error_message = shift;
    ...
    $co->hidden( -name=>'submit', -value=> "Submit"),
    ),
    $co->end_form(),