Re: How to get connected with mysql using perl scripts

2002-01-30 Thread Colin Faber
Hi, see the DBI perldoc here is a quick example: my $dbh = DBI->connect("DBI:mysql:mydb", $user, $password) or die "Can't connect to $data_source: $DBI::errstr"; Charitha wrote: > > Hi all, > > Please guide me to get the connection with mysql through perl scripts and > thro

Re: How to get connected with mysql using perl scripts

2002-01-30 Thread SubbaReddy M
/ ICQ: 56093095 From: "SubbaReddy M" <[EMAIL PROTECTED]> To: "Charitha" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, January 30, 2002 3:42 PM Subject: Re: How to get connected with mysql using perl scripts > Hi, > > Check the followin

Re: How to get connected with mysql using perl scripts

2002-01-30 Thread SubbaReddy M
Hi, Check the following links: http://dbi.symbolstone.org/ http://www.saturn5.com/~jwb/dbi-examples.html http://www.oreilly.com/catalog/perldbi/ Best of luck. ~ SubbaReddy .M E-mail: [EMAIL PROTECTED] W3Page: http://www.geocities.com/msubbareddy/ ICQ: 56093095 - Original Message