The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:HTML-FormHandler noupdate"

HTML::FormHandler::Field - base class for fields River stage two • 21 direct dependents • 31 total dependents

This is the base class for form fields. The 'type' of a field class is used in the FormHandler field_list or has_field to identify which field class to load from the 'field_name_space' (or directly, when prefixed with '+'). If the type is not specifi...

GSHANK/HTML-FormHandler-0.40068 - 20 Jul 2017 17:10:05 UTC

HTML::FormHandler::Manual::Fields - brief documentation of available fields River stage two • 21 direct dependents • 31 total dependents

A form's fields are created from the 'has_field' and 'field_list' definitions. FormHandler processes the field lists and creates an array of HTML::FormHandler::Field objects. The "type" of a field determines which field class to use. The field class ...

GSHANK/HTML-FormHandler-0.40068 - 20 Jul 2017 17:10:05 UTC

HTML::FormHandler::Field::Password - password field River stage two • 21 direct dependents • 31 total dependents

The password field has a default minimum length of 6, which can be easily changed: has_field 'password' => ( type => 'Password', minlength => 7 ); It does not come with additional default checks, since password requirements vary so widely. There are ...

GSHANK/HTML-FormHandler-0.40068 - 20 Jul 2017 17:10:05 UTC

HTML::FormHandler::Manual::Cookbook - FormHandler use recipes River stage two • 21 direct dependents • 31 total dependents

GSHANK/HTML-FormHandler-0.40068 - 20 Jul 2017 17:10:05 UTC

HTML::FormHandler::Manual::Database - FormHandler use recipes River stage two • 21 direct dependents • 31 total dependents

GSHANK/HTML-FormHandler-0.40068 - 20 Jul 2017 17:10:05 UTC

HTML::FormHandler::Manual::Reference - concise reference River stage two • 21 direct dependents • 31 total dependents

Manual Index This is a concise reference of HTML::FormHandler. HTML::FormHandler has a lot of options and many ways to customize your forms. More complete documentation can be found in the rest of the manual as HTML::FormHandler::Manual and in HTML::...

GSHANK/HTML-FormHandler-0.40068 - 20 Jul 2017 17:10:05 UTC
6 results (0.036 seconds)