Re: How to interface perl with mysql

2001-12-14 Thread Thomas A . Lowery
I'd say you've a bad DBI install. Does this script print the DBI version number? #!/usr/bin/perl use DBI; print "$DBI::VERSION\n"; @driver_names= DBI->available_drivers(); print "the drivers are : @driver_names"; exit; perl -w t.pl 1.20 the drivers are : ADO AnyData CSV Chart ExampleP Excel

How to interface perl with mysql

2001-12-13 Thread Herry Sukardi
Hi all, I have a problem interfacing Mysql with perl. I used red Hat linux 7.0 as the OS and it comes with perl built in (perl-5.6.0-9). I installed MySQL server and client downloaded from its web site (www.mysql.org), the versions are: MySQL-3.23.44-1 and MySQL-client-3.23.43-1. I also install

How to interface perl with mysql

2001-12-12 Thread Herry Sukardi
Hi all, I have a problem interfacing Mysql with perl. I used red Hat linux 7.0 as the OS and it comes with perl built in (perl-5.6.0-9). I installed MySQL server and client downloaded from its web site (www.mysql.org), the versions are: MySQL-3.23.44-1 and MySQL-client-3.23.43-1. I also install