in reply to
For Beginners: Basic Information Resources (or, Where to Look Things Up)
for windows you can:
use perldoc
perldoc
pageName
-for man pages
perldoc
ModuleName
-for module documentation
perldoc -m
ModuleName
-for module code
perldoc -f
functionName
-function definitions
Start->Programs->Perl->Documentation -Full HTML Documentation
Comment on
Re: For Beginners: Basic Information Resources (or, Where to Look Things Up)
Replies are listed 'Best First'.
Re: Re: For Beginners: Basic Information Resources (or, Where to Look Things Up)
by
HamNRye
(Monk)
on Dec 16, 2001 at 04:22 UTC
Between the ActiveSatate docs and the Perl CD bookshelf, I have a more than adequate perl library for most any programming projects.
[reply]
In Section
Meditations