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