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]

Reply via email to