PyroX has asked for the wisdom of the Perl Monks concerning the following question:
$db=Mysql->connect($host, $database, $user, $password); $db->selectdb($database); $run="drop table $idip"; my $sth = $db->prepare($run); $sth->execute();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl Mysql
by perrin (Chancellor) on Sep 21, 2001 at 22:58 UTC | |
|
Re: Perl Mysql
by MrCromeDome (Deacon) on Sep 21, 2001 at 23:08 UTC | |
|
Re: Perl Mysql
by PyroX (Pilgrim) on Sep 21, 2001 at 23:07 UTC | |
by MrCromeDome (Deacon) on Sep 21, 2001 at 23:17 UTC | |
|
Re: Perl Mysql
by PyroX (Pilgrim) on Sep 21, 2001 at 23:21 UTC |