in reply to
Question about Perl man pages
perldoc -f split
, assuming that
perldoc
is in a directory which is in your PATH.
You can always setup an alias, in bash:
alias "perlfunc=perldoc -f" perlfunc split
[download]
As others have said, it is also the name of a man page, as in
man perlfunc
Comment on
Re: Question about Perl man pages
Select
or
Download
Code
In Section
Seekers of Perl Wisdom