XFileSharing Pro - Perl Modules for Install

Message
Author
maneyacts
Posts: 1
Joined: May 06, 2008 1:37 pm

Perl Modules for Install

#1 Postby maneyacts » May 21, 2008 11:30 am

Looking at the Perl Modules, I have hundreds that I can select from. Is there any more detail on exactly which ones I need to install?

If I search for LWP, I get;

Babble::Transport::
LWP (undef)

Coro::LWP (4.6)

Dicop::Client::LWP
(1.02)

to name just 3. There are another 90 odd modules with LWP in them. Am I missing something? I have the same for DBI, DBD and GD.

Thanks, Scott

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » May 21, 2008 11:53 am

You need LWP::UserAgent to be exact. But LWP package contains it, so you can install it.
Also you need DBI module to access mysql database.
Also you need GD module to enable graphic captchas.