Robin Norwood schreef:
> Timothy Johnson:

>> -f is for internal functions.
>
> I've wondered for quite a while why 'perldoc <foo>' doesn't 'do what I
> mean' and search for <foo> as a built in funtion, then the module.
> Anyone know what the reason is?

You can shell-script it yourself of course:

  perldoc $1 || perldoc -f $1

but then you will miss some, like "open", so don't.

-- 
Affijn, Ruud

"Gewoon is een tijger."



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to