The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:CGI::FormMagick"

CGI::FormMagick - utility routines for FormMagick River stage zero No dependents

debug_msg($msg) The debug method prints out a nicely formatted debug message. It can be called from your script as "$f-"debug_msg($msg)>...

MITEL/CGI-FormMagick-0.89 - 05 Feb 2003 20:31:20 UTC

CGI::FormMagick - setup/initialisation routines for FormMagick River stage zero No dependents

default_xml_filename() default source filename to the same as the perl script, with .xml extension...

MITEL/CGI-FormMagick-0.89 - 05 Feb 2003 20:31:20 UTC

CGI::FormMagick - pre/post form/page event handlers River stage zero No dependents

$fm->form_pre_event() performs the PRE-EVENT (if any) for the form. Usually used to do setup for the application. this is the routine where we call some routine that will give us default data for the form, or otherwise do things that need doing befor...

MITEL/CGI-FormMagick-0.89 - 05 Feb 2003 20:31:20 UTC

CGI::FormMagick - HTML output routines for FormMagick River stage zero No dependents

These are internal-use-only routines for displaying HTML output, probably only of interest to developers of FormMagick....

MITEL/CGI-FormMagick-0.89 - 05 Feb 2003 20:31:20 UTC

CGI::FormMagick - localization routines for FormMagick River stage zero No dependents

L10N (Localisation) is the name given to the process of providing translations into another language. The previous step to this is I18N (internationalisation) which is the process of making an application ready to accept the translations. We've done ...

MITEL/CGI-FormMagick-0.89 - 05 Feb 2003 20:31:20 UTC

CGI::FormMagick - easily create CGI form-based applications River stage zero No dependents

FormMagick is a toolkit for easily building fairly complex form-based web applications. It allows the developer to specify the structure of a multi-page "wizard" style form using XML, then display that form using only a few lines of Perl. How it work...

MITEL/CGI-FormMagick-0.89 - 05 Feb 2003 20:31:20 UTC

CGI::FormMagick::Sub - Call subs by name. River stage zero No dependents

(Intended for internal use only.) Used for calling subs whose names are dynamically generated....

MITEL/CGI-FormMagick-0.89 - 05 Feb 2003 20:31:20 UTC

CGI::FormMagick::TagMaker - Generate HTML tags River stage zero No dependents

This Perl 5 object class can be used to generate any HTML tags in a format that is consistent with the W3C HTML 4.0 standard. There are no restrictions on what tags are named, however; you can ask for any new or unsupported tag that comes along from ...

MITEL/CGI-FormMagick-0.89 - 05 Feb 2003 20:31:20 UTC

CGI::FormMagick::Validator - network-related validation routines River stage zero No dependents

See CGI::FormMagick::Validator for a general description. Validation routines provided: url The data looks like a (normalish) URL: "$data =~ m!(http|ftp)://(\w/.-/+)!" POD ERRORS Hey! The above document had some coding errors, which are explained bel...

MITEL/CGI-FormMagick-0.89 - 05 Feb 2003 20:31:20 UTC

CGI::FormMagick::Validator - business-related validation routines River stage zero No dependents

See CGI::FormMagick::Validator for a general description. Validation routines provided: credit_card_number The data looks like a valid credit card number. Checks the input for * numeric characters, spaces, and dashes, only * length * and a checksum a...

MITEL/CGI-FormMagick-0.89 - 05 Feb 2003 20:31:20 UTC

CGI::FormMagick::Validator - basic validation routines for FM River stage zero No dependents

See CGI::FormMagick::Validator for a general description. Validation routines provided: nonblank The data is not an empty string : "$data ne """ POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 7: =ove...

MITEL/CGI-FormMagick-0.89 - 05 Feb 2003 20:31:20 UTC

CGI::FormMagick::Validator - length-related validation routines River stage zero No dependents

MITEL/CGI-FormMagick-0.89 - 05 Feb 2003 20:31:20 UTC

CGI::FormMagick::Validator - validate data from FormMagick forms River stage zero No dependents

This module provides some common validation routines. Validation routines return the string "OK" if they succeed, or a descriptive message if they fail. Validation routines provided: See the following for information on categories of validation we've...

MITEL/CGI-FormMagick-0.89 - 05 Feb 2003 20:31:20 UTC

CGI::FormMagick::Validator - geography-related validation routines River stage zero No dependents

See CGI::FormMagick::Validator for a general description. Validation routines provided: iso_country_code The data is a standard 2-letter ISO country code. Requires the Locale::Country module to be installed. POD ERRORS Hey! The above document had som...

MITEL/CGI-FormMagick-0.89 - 05 Feb 2003 20:31:20 UTC
14 results (0.03 seconds)