From: | bweaver(at)tranquility(dot)net |
---|---|
To: | pgsql-interfaces(at)postgresql(dot)org |
Subject: | Quick perl question |
Date: | 2000-03-03 03:44:20 |
Message-ID: | 200003030346.VAA02924@tranq1.tranquility.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Ed Loehr | 2000-03-03 04:13:22 | Re: [INTERFACES] Mailer Annoyance |
Previous Message | Joe Shevland | 2000-03-02 23:15:27 | RE: [INTERFACES] Access, Views and the OID |