my $sql = "create database $db "; my $sth = $dbh->prepare($sql) or die $dbh->errstr();