diff options
author | Karl Williamson <khw@cpan.org> | 2020-08-26 17:47:31 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-09-04 16:13:25 -0600 |
commit | 51b56f5c7c7e109a2c53226c83c2d324801d4f9b (patch) | |
tree | 6fba1874921dc4fbec86d41614083856335c42cb /gv.c | |
parent | 70b05c7cee1d4db8aa1fee6424603ecb21eac423 (diff) | |
download | perl-51b56f5c7c7e109a2c53226c83c2d324801d4f9b.tar.gz |
Reorganize perlapi
This uses a new organization of sections that I came up with. I asked
for comments on p5p, but there were none.
Diffstat (limited to 'gv.c')
-rw-r--r-- | gv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ */ /* -=head1 GV Functions +=head1 GV Handling A GV is a structure which corresponds to to a Perl typeglob, ie *foo. It is a structure that holds a pointer to a scalar, an array, a hash etc, corresponding to $foo, @foo, %foo. |