SYN SYN
[p5sagit/p5-mst-13.2.git] / pod / perlintern.pod
1 =head1 NAME
2
3 perlintern - autogenerated documentation of purely B<internal>
4                  Perl functions
5
6 =head1 DESCRIPTION
7
8 This file is the autogenerated documentation of functions in the
9 Perl interpreter that are documented using Perl's internal documentation
10 format but are not marked as part of the Perl API. In other words,
11 B<they are not for use in extensions>!
12
13 =over 8
14
15 =item is_gv_magical
16
17 Returns C<TRUE> if given the name of a magical GV.
18
19 Currently only useful internally when determining if a GV should be
20 created even in rvalue contexts.
21
22 C<flags> is not used at present but available for future extension to
23 allow selecting particular classes of magical variable.
24
25         bool    is_gv_magical(char *name, STRLEN len, U32 flags)
26
27 =for hackers
28 Found in file gv.c
29
30 =back
31
32 =head1 AUTHORS
33
34 The autodocumentation system was originally added to the Perl core by
35 Benjamin Stuhl. Documentation is by whoever was kind enough to
36 document their functions.
37
38 =head1 SEE ALSO
39
40 perlguts(1), perlapi(1)
41