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
/
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
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