in reply to
How to RTFM
perldoc -f
functionname
is irreplacable, especially if you're coding. I often keep a separate window open just for that purpose.
This is much faster than browsing through
perlfunc
.
Comment on
Re: How to RTFM
In Section
Tutorials