Looking for PERL documentation (fwd)

Started by Teresa Hasheminejadalmost 23 years ago4 messagesgeneral
Jump to latest
#1Teresa Hasheminejad
nahemah@destyni.com

I am a new user of PostgreSQL. I have installed it and composed my
database as required, however, I am interested in building a web interface
with PERL, and I was hoping that someone out there has come across a
PERL/PostgreSQL site that discusses how to make the two interact. I've
looked at the documentation at postgresql.org, but was hoping I could find
something that focuses on the lifecycle development of a PERL interface
with Postgres. Any help is surely appreciated.

Thanks :)
Teresa

#2Andrew Perrin
clists@perrin.socsci.unc.edu
In reply to: Teresa Hasheminejad (#1)
Re: Looking for PERL documentation (fwd)

You should read Bunce & Descartes' _Programming the Perl DBI_ which will
give you everything you need to get started. The relevant module is at
http://www.cpan.org/modules/by-module/DBD/DBD-Pg-1.22.tar.gz

Cheers,
Andy

----------------------------------------------------------------------
Andrew J Perrin - http://www.unc.edu/~aperrin
Assistant Professor of Sociology, U of North Carolina, Chapel Hill
clists@perrin.socsci.unc.edu * andrew_perrin (at) unc.edu

On Fri, 20 Jun 2003, Teresa Hasheminejad wrote:

Show quoted text

I am a new user of PostgreSQL. I have installed it and composed my
database as required, however, I am interested in building a web interface
with PERL, and I was hoping that someone out there has come across a
PERL/PostgreSQL site that discusses how to make the two interact. I've
looked at the documentation at postgresql.org, but was hoping I could find
something that focuses on the lifecycle development of a PERL interface
with Postgres. Any help is surely appreciated.

Thanks :)
Teresa

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

#3Teresa Hasheminejad
nahemah@destyni.com
In reply to: Andrew Perrin (#2)
Re: Looking for PERL documentation (fwd)

On Fri, 20 Jun 2003, Andrew Perrin wrote:

You should read Bunce & Descartes' _Programming the Perl DBI_ which will
give you everything you need to get started. The relevant module is at
http://www.cpan.org/modules/by-module/DBD/DBD-Pg-1.22.tar.gz

Thank you very much :)

#4PeterKorman
calvin-pgsql-ml@eigenvision.com
In reply to: Teresa Hasheminejad (#3)
Re: Looking for PERL documentation (fwd)

On Fri, Jun 20, 2003 at 06:43:21PM -0700, Teresa Hasheminejad wrote:

On Fri, 20 Jun 2003, Andrew Perrin wrote:

You should read Bunce & Descartes' _Programming the Perl DBI_ which will
give you everything you need to get started. The relevant module is at
http://www.cpan.org/modules/by-module/DBD/DBD-Pg-1.22.tar.gz

Thank you very much :)

If you are more ambitious and desire full buzzword compliance you
can find some stuff here too:

http://unixodbc-pm.org/

Cheers,

JPK