GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Authen::PluggableCaptcha::Helpers(3) User Contributed Perl Documentation Authen::PluggableCaptcha::Helpers(3)

Authen::PluggableCaptcha::Helpers

This just has some shared functions in its own namespace

check_requires PARAMS
requires the following key-value pairs:
kw_args__ref
a reference to a hash of kw_args
requires_array__ref
a reference to an array of required fields
error_message
an error message

check_requires will check the fields of kw_args__ref to ensure all items in requires_array__ref are present. if any are missing, it will die with the error message.

Set the Following envelope variables for debugging

        $ENV{'Authen::PluggableCaptcha::Helpers-DEBUG_FUNCTION_NAME'}

debug messages are sent to STDERR via the ErrorLoggingObject package

This class stores shared helper methods.

It should be a mix-in eventually, with exported methods. For now, call directly.

2007-02-21 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.