diff options
author | Karl Williamson <khw@cpan.org> | 2020-10-07 17:35:34 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-10-08 08:23:29 -0600 |
commit | fa2b244a21404dfc90c2d9a0ad31df5951e761e3 (patch) | |
tree | b6f4cad7f67dfd62902dce16992f48039c82b3ee /gv.c | |
parent | 23f5c29f15e3fdadcf23a3ae28f3fc0bd738fd88 (diff) | |
download | perl-fa2b244a21404dfc90c2d9a0ad31df5951e761e3.tar.gz |
gv.c: Note GV is documented here
Diffstat (limited to 'gv.c')
-rw-r--r-- | gv.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,8 @@ corresponding to $foo, @foo, %foo. GVs are usually found as values in stashes (symbol table hashes) where Perl stores its global variables. +=for apidoc Ayh||GV + =cut */ |