diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2005-07-03 19:07:52 -0700 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2005-07-04 10:40:10 +0000 |
commit | 5bbd0522c4c5905125a88093d72f772779b14682 (patch) | |
tree | 05c23449ce887a80cfadfe31cbd97fcee7319dbf /pod/perlglossary.pod | |
parent | aa0f650ec4a75cbd8e49db8ba715a9724f046b3a (diff) | |
download | perl-5bbd0522c4c5905125a88093d72f772779b14682.tar.gz |
perlglossary.pod: add jump points
Message-ID: <20050704090752.GB4056@efn.org>
p4raw-id: //depot/perl@25065
Diffstat (limited to 'pod/perlglossary.pod')
-rw-r--r-- | pod/perlglossary.pod | 52 |
1 files changed, 51 insertions, 1 deletions
diff --git a/pod/perlglossary.pod b/pod/perlglossary.pod index 0474841516..e6985c6714 100644 --- a/pod/perlglossary.pod +++ b/pod/perlglossary.pod @@ -9,7 +9,7 @@ Other useful sources include the Free On-Line Dictionary of Computing L<http://foldoc.doc.ic.ac.uk/foldoc/index.html>, the Jargon File L<http://catb.org/~esr/jargon/>, and Wikipedia L<http://www.wikipedia.org/>. -=head1 Terms +=head2 A =over 4 @@ -226,6 +226,8 @@ some of its high-level ideas. =back +=head2 B + =over 4 =item backreference @@ -409,6 +411,8 @@ non-architecture-dependent sequence of bytes. =back +=head2 C + =over 4 =item C @@ -704,6 +708,8 @@ type is a subclass of C<SV>. =back +=head2 D + =over 4 =item dangling statement @@ -881,6 +887,8 @@ how a subroutine that is in the middle of calling another subroutine =back +=head2 E + =over 4 =item eclectic @@ -1007,6 +1015,8 @@ such as multithreading. =back +=head2 F + =over 4 =item false @@ -1199,6 +1209,8 @@ circular references and such.) =back +=head2 G + =over 4 =item GID @@ -1265,6 +1277,8 @@ type is a subclass of C<SV>. =back +=head2 H + =over 4 =item hacker @@ -1354,6 +1368,8 @@ representation of a hash. The C<HV> type is a subclass of C<SV>. =back +=head2 I + =over 4 =item identifier @@ -1543,6 +1559,8 @@ hold, not to be confused with an C<NV>. =back +=head2 J + =over 4 =item JAPH @@ -1554,6 +1572,8 @@ Contest seen in Usenix signatures. =back +=head2 K + =over 4 =item key @@ -1567,6 +1587,8 @@ See C<reserved words>. =back +=head2 L + =over 4 =item label @@ -1773,6 +1795,8 @@ L<local|perlfunc/local>. =back +=head2 M + =over 4 =item magic @@ -1912,6 +1936,8 @@ classes|/base class>. =back +=head2 N + =over 4 =item named pipe @@ -1977,6 +2003,8 @@ four C<bit>s. =back +=head2 O + =over 4 =item object @@ -2077,6 +2105,8 @@ C<permission bits>. =back +=head2 P + =over 4 =item package @@ -2334,6 +2364,8 @@ A "pointer value", which is Perl Internals Talk for a C<char*>. =back +=head2 Q + =over 4 =item qualified @@ -2349,6 +2381,8 @@ foregoing C<atom> may occur. =back +=head2 R + =over 4 =item readable @@ -2496,6 +2530,8 @@ C<assignment>. See also C<lvalue>. =back +=head2 S + =over 4 =item scalar @@ -2979,6 +3015,8 @@ you would call with Perl's L<system|perlfunc/system> function. =back +=head2 T + =over 4 =item tainted @@ -3126,6 +3164,8 @@ within an C<extension> module written in C<XS>. =back +=head2 U + =over 4 =item UDP @@ -3177,6 +3217,8 @@ that wasn't doing much of anything else at the time. =back +=head2 V + =over 4 =item value @@ -3227,6 +3269,8 @@ least three integers.) =back +=head2 W + =over 4 =item warning @@ -3279,6 +3323,8 @@ in the three-argument form of L<open|perlfunc/open>. =back +=head2 X + =over 4 =item XS @@ -3295,6 +3341,8 @@ An external C<subroutine> defined in C<XS>. =back +=head2 Y + =over 4 =item yacc @@ -3305,6 +3353,8 @@ source distribution. =back +=head2 Z + =over 4 =item zero width |