Quick perl question - Mailing list pgsql-interfaces

From bweaver@tranquility.net
Subject Quick perl question
Date
Msg-id 200003030527.XAA10371@tranq1.tranquility.net
Whole thread Raw
List pgsql-interfaces
Hey all,

I probably totally missed the docs on it, but I put PostgreSQL on 
my FreeBSD 3.4 box and I wanted to use some CGI scripts written 
in perl.  I installed Postgre 6.5.3 using the commands 'make 
USE_PERL=yes' and then 'make install'.  The installation is fine, 
but when I tried to make perl scripts using the Pg.pm library, I keep 
getting a "Can't locate Pg.pm in @INC..."

I'm using perl5.  Did I do something in the installation incorrectly?

An example script would be: 

#!/usr/bin/perl5 -w

use Pg;

# then the rest of the script goes here.

Thanks in advance,

-Ben


pgsql-interfaces by date:

Previous
From: Ed Loehr
Date:
Subject: Re: [INTERFACES] Mailer Annoyance
Next
From: Anjan Borthakur
Date:
Subject: select from multiple databases on different machines