I need to connect to a postrgres database with perl.
a. Is the only way to do so using DBI? My system
administrator is on vocation so I don't think I can install
a driver for to weeks (don't have the superuser access), so
is there any other way?
b. Is it true that the latest verion of Perl has DBI
support built in? I have version 5.004_04.
c. If DBI is the only choice where can I get the latest
driver?