[lug] pgsql through perl ?????
Tkil
tkil at scrye.com
Sat Oct 18 17:29:56 MDT 2003
>>>>> "Avinash" == Avinash Dinesh <cmrit7 at yahoo.co.in> writes:
Avinash> and can anyone also tell me how to access the pgsql database
Avinash> through perl.
The most standard way of talking to databases with Perl is via the DBI
module:
http://dbi.perl.org/doc/index.html
Avinash> any other alternative way to store data would also help me in
Avinash> great deal.
Flat text files?
There's also the standard perl module "Storable":
http://www.perldoc.com/perl5.8.0/lib/Storable.html
t.
More information about the LUG
mailing list