Quick perl question

Поиск
Список
Период
Сортировка
От bweaver@tranquility.net
Тема Quick perl question
Дата
Msg-id 200003030527.XAA10371@tranq1.tranquility.net
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Ed Loehr
Дата:
Сообщение: Re: [INTERFACES] Mailer Annoyance
Следующее
От: Anjan Borthakur
Дата:
Сообщение: select from multiple databases on different machines