modglobal w/ spelling fixes
Joshua Pritikin [Tue, 12 Jan 1999 18:06:01 +0000 (13:06 -0500)]
To: perl5-porters@perl.org
Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>

p4raw-id: //depot/cfgperl@2596

pod/perlguts.pod

index 5bc521d..9b16a8a 100644 (file)
@@ -2171,6 +2171,15 @@ Do magic after a value is assigned to the SV.  See C<sv_magic>.
 
        int     mg_set (SV* sv)
 
+=item modglobal
+
+C<modglobal> 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<memmove> function.  The C<s> is the