user-avatar
Today is Friday
May 3, 2024

Tag: perldoc

July 21, 2009

How to search a perl function’s man page

by viggy — Categories: perl — Tags: , , Leave a comment

If you know the name of the function and you want to see the man page for that function, then you can use the following command.

perldoc -f “function name” //without quotes

for example,

perldoc -f our
perldoc -f sysopen