Re: Perldoc on the web
- From: "Paul Lalli" <mritty@xxxxxxxxx>
- Date: 31 Aug 2005 06:17:40 -0700
James Taylor wrote:
> Well, I've recently discovered http://perldoc.perl.org/ from
> which I have been able to download a complete HTML-ised and
> locally browsable copy of the docs. Sincere thanks to Jon Allen!
>
> However, this still doesn't offer a way for me, or anyone else in
> my situation, to follow the perldoc references so commonly given
> in this group as there's no way to translate "perldoc -q whatever"
> into the precise document that this command locates.
It's really not that hard to figure out and remember the pattern.
There are four basic styles to a `perldoc` command:
1) a straight manpage:
perldoc perlrun
becomes
http://perldoc.perl.org/perlrun.html
2) a specific function name:
perldoc -f push:
tells you to look at perlfunc, at the section on "push", or on the
specific push page:
http://perldoc.perl/org/perlfunc.html
http://perldoc.perl.org/functions/push.html
3) a keyword from the FAQ:
perldoc -q quoting:
means to look through the overal list of FAQ questions for that
keyword, and then follow the link to the correct FAQ page:
http://perldoc.perl.org/perlfaq.html
searching for 'quoting' above takes you to:
http://perldoc.perl.org/perlfaq4.html#What's-wrong-with-always-quoting-%22%24vars%22%3f
4) a specific module's documentation:
perldoc File::Find
tells you to look at the documentation for Find in the directory File:
http://perldoc.perl.org/File/Find.html
If you can memorize those four basic patterns, you should not have
difficulty following along with the 'normal' way of directing people to
the standard documentation.
.
- References:
- Redirect to another page
- From: b_naick
- Re: Redirect to another page
- From: Paul Lalli
- Re: Redirect to another page
- From: b_naick
- Re: Redirect to another page
- From: Scott Bryce
- Re: Redirect to another page
- From: b_naick
- Re: Redirect to another page
- From: Scott Bryce
- Re: Redirect to another page
- From: b_naick
- Re: Redirect to another page
- From: Scott Bryce
- Perldoc on the web
- From: James Taylor
- Re: Perldoc on the web
- From: Scott Bryce
- Re: Perldoc on the web
- From: James Taylor
- Redirect to another page
- Prev by Date: Re: INTERNAL SERVER ERROR (WIERD???)
- Next by Date: Access Log reports -- Top entry and Exit pages
- Previous by thread: Re: Perldoc on the web
- Next by thread: Re: Perldoc on the web
- Index(es):
Relevant Pages
|
|