Thread: Looking for PERL documentation (fwd)
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
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: > > 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 >
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 :)
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