On Tue, Apr 21, 2009 at 10:58:11AM +0100, Nigel Horne wrote:
>>> Running perldoc on anything (e.g. perldoc -f join) gives:
>>> No documentation found for "perlfunc".
> -rwxr-xr-x 1 root root 125 2009-01-01 15:57 /usr/bin/perldoc
That one can't be saying the above, just look inside:
% cat /usr/bin/perldoc
#!/bin/sh
# place-holder, diverted by perl-doc
echo You need to install the perl-doc package to use this program. >&2
exit 1
There seems to be another perldoc in your $PATH, maybe in /usr/local/bin ?
('which perldoc' should show which one you're using.)
--
Niko Tyni [email protected]
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]