Website hosting service by Active-Venture.com
  

 Back to Index

Global Variables

PL_modglobal

PL_modglobal is a general purpose, interpreter global HV for use by extensions that need to keep information on a per-interpreter basis. In a pinch, it can also be used as a symbol table for extensions to share data among each other. It is a good idea to use keys prefixed by the package name of the extension that owns the data.

 
	HV*	PL_modglobal  

PL_na

A convenience variable which is typically used with SvPV when one doesn't care about the length of the string. It is usually more efficient to either declare a local variable and use that instead or to use the SvPV_nolen macro.

 
	STRLEN	PL_na  

PL_sv_no

This is the false SV. See PL_sv_yes. Always refer to this as &PL_sv_no.

 
	SV	PL_sv_no  

PL_sv_undef

This is the undef SV. Always refer to this as &PL_sv_undef.

 
	SV	PL_sv_undef  

PL_sv_yes

This is the true SV. See PL_sv_no. Always refer to this as &PL_sv_yes.

 
	SV	PL_sv_yes  

 

  

 

Domain name registration - 
Register cheap domain name from $7.95 and enjoy free domain services 
 

Cheap domain name search service -
Domain name services at just
$8.95/year only
 

Register domain name -
Buy domain name registration and cheap domain transfer at low, affordable price.

© 2002-2004 Active-Venture.com Web Site Hosting Service

 

[ Perfection is achieved not when you have nothing more to add, but when you have nothing left to take away.   ]

 

 
 
 

Disclaimer: This documentation is provided only for the benefits of our web hosting customers.
For authoritative source of the documentation, please refer to http://www.perldoc.com