Help for this page

Select Code to Download


  1. or download this
    unless (&check_name($app{"first_name"})) {
        undef $app{"first_name"};
        push (@errors, "Helpful message...");
    }
    
  2. or download this
    sub print_application {
        header,
        start_html,
    ...
        ),
        end_html;
    }
    
  3. or download this
    A form element with the value "nameCheckFailsIfNumbersPresent12345" in
    + a table, and...
    
    Value is  # <- undef here has it should be. But not above?
    ...
              \'first_name\' => undef
            };
    ';