Quick perl question

From: bweaver(at)tranquility(dot)net
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Quick perl question
Date: 2000-03-03 05:25:07
Message-ID: 200003030527.XAA10371@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

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Anjan Borthakur 2000-03-03 09:49:10 select from multiple databases on different machines
Previous Message Ed Loehr 2000-03-03 04:13:22 Re: [INTERFACES] Mailer Annoyance