Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Perldoc for Non-Computer People

by zentara (Archbishop)
on May 05, 2006 at 12:00 UTC ( [id://547625]=note: print w/replies, xml ) Need Help??


in reply to Perldoc for Non-Computer People

and speak in small words

Read "perldoc perldoc". :-)

For a beginner all you need to know is

"perldoc -f somefunction" will give the documentation for a perl function (if it exists )

"perldoc -q somekeyword" will search the excellent Perl faqs for that keyword, and will return all the references to the keyword in the faqs. Like "perldoc -q number"

When you are in a perldoc session, and you want to search for a word in it, hit /, followed by the search word and enter. Then that word will be found and highlighted.

To read a module's documentation, it's "perldoc fullmodulename", like "perldoc Tk::Canvas" or "perldoc "MIME::Lite".

For the inner workings of pod, look at juerd's pod tutorial


I'm not really a human, but I play one on earth. flash japh

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://547625]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-19 05:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found