From: Joshua Pritikin Date: Tue, 12 Jan 1999 18:06:01 +0000 (-0500) Subject: modglobal w/ spelling fixes X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b0fffe302ebecea108e16fbf94d910405cdc8714;p=p5sagit%2Fp5-mst-13.2.git modglobal w/ spelling fixes To: perl5-porters@perl.org Message-ID: p4raw-id: //depot/cfgperl@2596 --- diff --git a/pod/perlguts.pod b/pod/perlguts.pod index 5bc521d..9b16a8a 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -2171,6 +2171,15 @@ Do magic after a value is assigned to the SV. See C. int mg_set (SV* sv) +=item modglobal + +C is a general purpose, interpreter global HV for use by +extensions. While it could hold extension specific information, it is +meant primarily for information that needs to be shared between +extensions. Moreover, while it could be used for any kind of +information, it is meant for information that should be not accessible +in the usual way from the perl symbol table. + =item Move The XSUB-writer's interface to the C C function. The C is the