diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-21 03:06:04 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-21 03:06:04 +0000 |
commit | f86cebdf4bf70402819a0aa8a00fe9714274e586 (patch) | |
tree | d04c0c22260299fa05ae3618947b24c424753674 /pod/perlguts.pod | |
parent | 9ef4b0a6c6b34d8ffe957e3ad7b4df9d711296af (diff) | |
download | perl-f86cebdf4bf70402819a0aa8a00fe9714274e586.tar.gz |
documentation tweaks from Abigail <abigail@fnx.com>
Date: Fri, 17 Jul 1998 20:52:36 -0400 (EDT)
Message-ID: <19980718005236.5154.qmail@betelgeuse.wayne.fnx.com>
Subject: Re: [PATCH 5.00475] pod/perlsyn.pod
--
Date: Thu, 16 Jul 1998 17:00:49 -0400 (EDT)
Message-ID: <19980716210049.16156.qmail@betelgeuse.wayne.fnx.com>
Subject: [PATCH 5.00475] pod/perlguts.pod
--
Date: Thu, 16 Jul 1998 16:52:05 -0400 (EDT)
Message-ID: <19980716205205.15949.qmail@betelgeuse.wayne.fnx.com>
Subject: [PATCH 5.00475] Tweaking pod/perlfunc.pod
--
Date: Fri, 17 Jul 1998 22:58:05 -0400 (EDT)
Message-ID: <19980718025805.7135.qmail@betelgeuse.wayne.fnx.com>
Subject: [PATCH, 5.00475], pod/perlsub.pod
--
Date: Sat, 18 Jul 1998 04:02:00 -0400 (EDT)
Message-ID: <19980718080200.9927.qmail@betelgeuse.wayne.fnx.com>
Subject: [PATCH 5.00475] pod/perlfunc.pod
p4raw-id: //depot/perl@1590
Diffstat (limited to 'pod/perlguts.pod')
-rw-r--r-- | pod/perlguts.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlguts.pod b/pod/perlguts.pod index 0e3d65b5e0..c20e8b58a6 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -1701,7 +1701,7 @@ Used to indicate scalar context. See C<GIMME_V>, C<GIMME>, and L<perlcall>. Returns the glob with the given C<name> and a defined subroutine or C<NULL>. The glob lives in the given C<stash>, or in the stashes -accessable via @ISA and @UNIVERSAL. +accessible via @ISA and @UNIVERSAL. The argument C<level> should be either 0 or -1. If C<level==0>, as a side-effect creates a glob with the given C<name> in the given |