Ken Cole wrote:
> 
> I have just started using perl mostly aimed a cgi applications and just
> started going thru your tutorial.  Let me say it is very good compared
> to some I have tried.
> 
> Could I/we (the other perl newbies) have some more _specific_
> information on the modules used.  ie Author, version, etc.
> 
> Searching on CPAN, even for methodmaker, gets several responses and I
> for one, and I expect other newbies, do not know which of these you are
> recommending to use.

sure.

class::methodmaker -
http://search.cpan.org/search?dist=Class-MethodMaker
carp and cgi - http://search.cpan.org/search?dist=CGI-modules
dbi - http://search.cpan.org/search?dist=DBI
data::dumper - http://search.cpan.org/search?dist=Data-Dumper
html::template - http://search.cpan.org/search?dist=HTML-Template

in addition to dbi, you'll need one of the following dbd drivers
(depending on which database you use):
dbd (postgresql) - http://search.cpan.org/search?dist=DBD-Pg
dbd (mysql) - http://search.cpan.org/search?dist=Msql-Mysql-modules

i have also linked the modules listed in the introduction to the urls
mentioned above.

thanks for the encouragement, i know i have neglected posting the next
step for the past 2 weeks or so, expect it soon.

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

Reply via email to