Re: Perl interface

From: Paul Miller <pmiller(at)mv(dot)mv(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Perl interface
Date: 2000-06-16 15:12:08
Message-ID: 394A43C6.1BC8C4DD@spectrumtelecorp.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Thomas,

Web programming is usually done with CGI.pm, which works nicely with
DBI.pm. This list is for postgres so I'll just point you to a website
that might get you started. Try

<http://stein.cshl.org/WWW/software/CGI/cgi_docs.html>

to get started. It takes a little getting used to, especially because
you have to reconnect for every web page (unless you get into modperl or
something--I would recommend waiting a while before digging into that).

I hope this helps...
paul

>Hello!
>
>I would like to extract data from my postgreSQL7.0 database and present

>them on a web-page. I want to use CGI scripts written in Perl. How do I

>connect to and query the DB from Perl? A reference to a tutorial or
some
>sort of documentation would be highly appreciated! :))
>
>I am familiar with both Perl and databases.
>
>
>Mvh.
>Thomas Holmgren
>Institut for Datalogi
>Aalborg Universitet

Browse pgsql-general by date

  From Date Subject
Next Message mikeo 2000-06-16 15:27:56 Re: coalesce view error
Previous Message Thomas Holmgren 2000-06-16 14:44:21 Perl interface