On Thu, 25 Sep 2003 13:05:28 +0100
"Dillon, John" <[EMAIL PROTECTED]> wrote:

> 'Can't locate Email/Find.pm in @INC <@INC contains: C:/Perl/lib
> C:/Perl/site/lib.> at F:\getemails.ph line 1'
> 
> Indeed line 1 does say:
> 
>   'use Email::Find;'
> 
> Hm.  It seems I haven't installed Email::Find, despite my efforts.
> 
> I suppose there might be some way to check this?

Something I found in this list or another, type this at the command promt, and you 
will get a list of all installed modules. (Note, it is all on one line)

perl -MExtUtils::Installed -le 'print for ExtUtils::Installed->new->modules;'




Owen


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

Reply via email to