dircha wrote:
dircha wrote:Is there an environment variable similar to MANPATH that I should be setting for perldoc, or is there perhaps a configuration file where I can set this option?
Finally fixed it. I needed to include /home/dircha/perl/share/perl/5.8.3/ in PERLLIB. This takes care of both 'use' for execution and searching for perldoc.
dircha