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::ErrorLoggingObject(3) User Contributed Perl Documentation Authen::PluggableCaptcha::ErrorLoggingObject(3)

Authen::PluggableCaptcha::ErrorLoggingObject

        This is an ErrorLoggingObject- it contains routines that log and retreive errors for objects


        It's really nothing more than a few simple methods and an _ERROR namespace that can help manage objects
        
        This also supports '__dict__', which returns a Data::Dumper representation of an object ( kind of like printing a python __dict__ )

_init TYPE
initialize the errors store. derived objects may want to call this in their constructor as

        Authen::PluggableCaptcha::ErrorLoggingObject::_init( $self )
    
get_error TYPE
returns the error defined for TYPE, or undef. it is usually best to submit a function name as TYPE
set_error TYPE
sets an error message, or error flag, for TYPE
clear_error TYPE
clears the error marked for TYPE
log_function_name TYPE
prints TYPE to STDERR
__dict__
returns a Data::Dumper->Dump representation of $self

Hey! The above document had some coding errors, which are explained below:
Around line 24:
=over without closing =back
2007-02-16 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.