diff options
author | Nathan Torkington <gnat@prometheus.frii.com> | 1997-04-03 08:34:15 +1200 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-04-03 10:03:25 +1200 |
commit | 4a6725af9146bd7faaa10aa5429ff009d393fd6d (patch) | |
tree | a3ce04fc20ee3f1d40bff76887a2a86aeab52ddf /pod/perltoc.pod | |
parent | 203c3eeca2516d7ec08a0618594a5440ce517675 (diff) | |
download | perl-4a6725af9146bd7faaa10aa5429ff009d393fd6d.tar.gz |
Pod style
Diffstat (limited to 'pod/perltoc.pod')
-rw-r--r-- | pod/perltoc.pod | 34 |
1 files changed, 29 insertions, 5 deletions
diff --git a/pod/perltoc.pod b/pod/perltoc.pod index 20465c5e22..467f02c31d 100644 --- a/pod/perltoc.pod +++ b/pod/perltoc.pod @@ -897,6 +897,8 @@ constant NAME => VALUE, use locale, use ops, use vmsish =item Math::Complex +=item Math::Trig + =item DB_File =item Net::Ping @@ -2681,7 +2683,7 @@ C<strict refs>, C<strict vars>, C<strict subs> =item SEE ALSO -=head2 AutoLoader - load functions only on demand +=head2 AutoLoader - load subroutines only on demand =item SYNOPSIS @@ -2689,17 +2691,21 @@ C<strict refs>, C<strict vars>, C<strict subs> =over -=item __END__ +=item Subroutine Stubs + +=item Using B<AutoLoader>'s AUTOLOAD Subroutine -=item Loading Stubs +=item Overriding B<AutoLoader>'s AUTOLOAD Subroutine =item Package Lexicals -=item AutoLoader vs. SelfLoader +=item B<AutoLoader> vs. B<SelfLoader> =back -=item CAVEAT +=item CAVEATS + +=item SEE ALSO =head2 AutoSplit - split a package for autoloading @@ -4087,10 +4093,28 @@ functions =item USAGE +=item CAVEATS + =item BUGS =item AUTHORS +=head2 Math::Trig - trigonometric functions + +=item SYNOPSIS + +=item DESCRIPTION + +=item TRIGONOMETRIC FUNCTIONS + +=over + +=item SIMPLE ARGUMENTS, COMPLEX RESULTS + +=back + +=item ANGLE CONVERSIONS + =head2 NDBM_File - Tied access to ndbm files =item SYNOPSIS |