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
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