diff options
author | Chris Ball <chris@cpan.org> | 2002-05-16 21:51:34 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-16 22:42:44 +0000 |
commit | 907bbeabaeeb33f01730ee7c14b7c90ce3a3e800 (patch) | |
tree | ced15b4916940975f441d94d2b09766e6b45158c | |
parent | 67dff657d642f6152f58b7b64eb00796f9bda151 (diff) | |
download | perl-907bbeabaeeb33f01730ee7c14b7c90ce3a3e800.tar.gz |
perltoc ref.
Message-ID: <86lmajvpkp.fsf@void.printf.net>
p4raw-id: //depot/perl@16637
-rw-r--r-- | utils/perldoc.PL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/perldoc.PL b/utils/perldoc.PL index 7929a27933..8cfd496d99 100644 --- a/utils/perldoc.PL +++ b/utils/perldoc.PL @@ -691,6 +691,9 @@ the perl library modules. Your system may also have man pages installed for those modules, in which case you can probably just use the man(1) command. +If you are looking for a table of contents to the Perl library modules +documentation, see the L<perltoc> page. + =head1 OPTIONS =over 5 |