debian man page for html::formhandler::field::captcha

Query: html::formhandler::field::captcha

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

HTML::FormHandler::Field::Captcha(3pm)			User Contributed Perl Documentation		    HTML::FormHandler::Field::Captcha(3pm)

NAME
HTML::FormHandler::Field::Captcha - captcha field with GD::SecurityImage
VERSION
version 0.40013
SYNOPSIS
A Captcha class using GD::SecurityImage. Requires that that three methods be available from a form object: $self->form->get_captcha; $self->form->set_captcha; Using Catalyst and the Catalyst session plugin this field can be used in a form by using HTML::FormHandler::Form::Captcha. package MyApp::Form::Post; use HTML::FormHandler::Moose; with 'HTML::FormHandler::Form::Captcha'; You can set the following attributes on the 'captcha' field: height, width, scramble, lines, gd_font Example: has 'captcha' => ( height => '24', width => '70' );
AUTHOR
FormHandler Contributors - see HTML::FormHandler
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Gerda Shank. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-25 HTML::FormHandler::Field::Captcha(3pm)
Related Man Pages
html::formhandler::blocks(3pm) - debian
html::formhandler::field::compound(3pm) - debian
html::formhandler::fields(3pm) - debian
html::formhandler::traitfor::captcha(3pm) - debian
html::formhandler::widget::form::simple(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph