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
As others have said, it is also the name of a man page, as in man perlfunc