Rob Dixon wrote:
> Rob wrote:
>> Is there a perl command to list installed modules?
> 
> This is a FAQ.
> 
> As far as I'm concerned, by far the best way is to use
> ExtUtils::Installed like this:
> 
>     use ExtUtils::Installed;
>     print "$_\n" foreach ExtUtils::Installed->new->modules;
> 
> which does a lot more than just list the *.pm files in @INC.
> 
> Cheers,
> 
> Rob

I attemp it but get the following error:
Can't find unicode character property definition via main->e or e.pl at 
unicode/Is/e.pl line 0

But can find no e.pl and unsure where to even attempt to see where the error is coming 
from.

Running as 5.6.0 build 623 (I know it is old, but it is what we a running here).

Wags ;)


**********************************************************
This message contains information that is confidential
and proprietary to FedEx Freight or its affiliates.
It is intended only for the recipient named and for
the express purpose(s) described therein.
Any other use is prohibited.
****************************************************************


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to