Lee, you asked about pod2man: Well, pod2man is part of the standard Perl installation (but I think it can be turned off, if you don't want to install the documentation). It is used to read the POD documentation from a Perl source module and convert it into man page format.
The program is usually located in the same directory as the perl executable. On our SunOS 5.8 box that is /usr/bin. However, that unit doesn't have pod2man installed, either, so it may be that the default installation on Solaris is not link the pod2xxx executables into /usr/bin. You might try looking in /usr/perl5/bin directory and see if the pod2... programs are installed at all. (They are on my machine). If they are, you can make the link yourself in /usr/bin to point at them. Good luck and hunting. Stph
