Re: List all modules installed
- From: "Paul Lalli" <mritty@xxxxxxxxx>
- Date: 14 Dec 2006 09:46:39 -0800
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
.
- Follow-Ups:
- Re: List all modules installed
- From: NewbeeUnix
- Re: List all modules installed
- References:
- List all modules installed
- From: NewbeeUnix
- Re: List all modules installed
- From: Paul Lalli
- Re: List all modules installed
- From: NewbeeUnix
- List all modules installed
- Prev by Date: Re: Splitting and comparing file names
- Next by Date: Re: Splitting and comparing file names
- Previous by thread: Re: List all modules installed
- Next by thread: Re: List all modules installed
- Index(es):
Relevant Pages
|