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
Object::Pluggable::Constants(3) User Contributed Perl Documentation Object::Pluggable::Constants(3)

Object::Pluggable::Constants - Importable constants for Object::Pluggable

 use Object::Pluggable::Constants qw(:ALL);

Object::Pluggable::Constants defines a number of constants that are required by the plugin system.

Value: 1

This means the event will continue to be processed by remaining plugins and finally, sent to interested sessions that registered for it.

Value: 2

This means the event will continue to be processed by remaining plugins but it will not be sent to any sessions that registered for it.

Value: 3

This means the event will not be processed by remaining plugins, it will go straight to interested sessions.

Value: 4

This means the event will be completely discarded, no plugin or session will see it.

Chris 'BinGOs' Williams <chris@bingosnet.co.uk>

Object::Pluggable
2010-10-09 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.