Sorry, late reply, but:

On Tue, May 14, 2002 at 01:18:03PM -0400, Eley Greg wrote:
>  
> Thank you for the input, but herein lies the problem... I do know off
> hand the Module::Name, I need to find the best ones depending on the
> task at hand.  I need a way to rapidly scan these namespaces so that I
> can make the best informed decision.

In case you're *not* using Debian Linux like I do (Grrrrr) you can use
the following command to check the list of installed modules and perldoc
from there...

    perl -MExtUtils::Installed -le '$,="\n"; print 
ExtUtils::Installed->new()->modules()'

Otherwise, surf the hierarchy at

    http://search.cpan.org

It's organized in a Yahoo-Portal way and gives a nice overview about
what's there.

BTW: "The Best Ones" (tm) is not really a specific request.  If you're
in need of a decision for a specific topic, come back and ask which ones
are prefered.

-- 
                       If we fail, we will lose the war.

Michael Lamertz                        |      +49 221 445420 / +49 171 6900 310
Nordstr. 49                            |                       [EMAIL PROTECTED]
50733 Cologne                          |                 http://www.lamertz.net
Germany                                |               http://www.perl-ronin.de 

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

Reply via email to