Re: List all modules installed



NewbeeUnix wrote:

Thanks for the prompt reply. I ran this command but it gave me
the following error:
perldoc -q installed
No documentation for perl FAQ keyword `installed' found

Also I tried perldoc -q install
It gave me the steps on how to install a perl module.

Any idea as why this is happening? I need to list all the perl
modules installed on a unix server.

Your perl version is ancient. Get your admins to upgrade it. In the
meantime, use the FAQ at
http://perldoc.perl.org/perlfaq.html
instead, with the caveat that some of the answers *might* not apply to
whatever version of Perl you have installed.

You can find your Perl version by doing:
perl -v
at the command prompt.
The latest stable release is v5.8.8, iirc.

Paul Lalli

.



Relevant Pages