Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

BBS: Re: Perl/CGI help - August 26, 1998 at 12:04:13

You are here: irt.org | BBS | Re: Perl/CGI help [This BBS is closed]

Posted by Jason Nugent on August 26, 1998 at 12:04:13:

In Reply to: Perl/CGI help posted by Neil on August 26, 1998 at 09:16:34:

: Hi,
: I am new to Perl and I need to write a script that reads a name and password from a website (that parts fine) and check if they are in an Ingres DB. Can anyone tell me how to do this or point me to a page that might help?
: Thanks,
: Neil

Typically for any type of DB access, you need to create a Perl script that connects to your database and authenticates properly.
I am not entirely sure about Ingres, but I do know that there are many good CPAN modules that let you connect to db's through Perl. Check out:

ftp://ftp.bora.net/pub/CPAN/CPAN.html#database

for a list, or go directly to

http://www.perl.com/CPAN/CPAN.html

for the CPAN engine which takes you to a mirror.

Jason
Follow-ups:

You are here: irt.org | BBS | Re: Perl/CGI help [This BBS is closed]

©2018 Martin Webb