Re: [GENERAL] Perl interface

2000-06-20 Thread Paul Miller
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 to get started. It takes a little getting used to, especia

Re: [GENERAL] Perl interface

2000-06-16 Thread Giles Lean
> 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! :)) The choi

Re: [GENERAL] Perl interface

2000-06-16 Thread Thomas Good
On Fri, 16 Jun 2000, Thomas Holmgren wrote: > 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