Help for this page

Select Code to Download


  1. or download this
    # initialization
    # the hash describes regexps, requiredness, and other checks
    ...
        show_form_again( display_errors => $form->error, input_defaults =>
    + $form->raw );
    };
    
  2. or download this
    if (!load_user($form->data->{user})) {
        $form->error( user => "No such user in database" );
    };