If you have a Win32 system, ActiveState has started including a compiled
HTML version of the perldocs that makes searching easier.  Even if you don't
use that distribution the documentation can be useful.

-----Original Message-----
From: Brett W. McCoy
To: Russ Foster
Cc: [EMAIL PROTECTED]
Sent: 2/3/02 9:39 PM
Subject: RE: Perl FAQ

On Sun, 3 Feb 2002, Russ Foster wrote:

> Yes, I know there is a search function on the web page...but when I
search
> for something simple like "open file", "read file", or even "roman
> numbers/numerals (see above)" turns up no referenes.

You know... all of those FAQs are also distributed with Perl and can be
easily searched with perldoc:

perldoc -q roman

       How can I output Roman numerals?

               Get the http://www.perl.com/CPAN/modules/by-mod-
               ule/Roman module.

And of course, you can always use perldoc to llok at the function call
itself:

perldoc -f open

-- Brett
                                          http://www.chapelperilous.net/
------------------------------------------------------------------------
The penalty for laughing in a courtroom is six months in jail; if it
were not for this penalty, the jury would never hear the evidence.
                -- H. L. Mencken


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--------------------------------------------------------------------------------
This email may contain confidential and privileged 
material for the sole use of the intended recipient. 
If you are not the intended recipient, please contact 
the sender and delete all copies.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to