in reply to Right answer (wrong question...)
use DBI; ... my $db_handle = DBI->connect( "DBI:mysql:database=$dbname;host=$hostna +me", $username, $password ) or die "MySQL connection failed: $DBI::errstr"; ... # make up an sql statement string and a set of parameter values # and execute it, as suggested in jeffa's reply...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Right answer (wrong question...)
by bobafifi (Beadle) on Feb 22, 2004 at 23:31 UTC |