Help for this page
$sth = $dbh->prepare("Select * FROM datatable"); $sth->execute; ... ,$row->{$map{name}} ,$row->{$map{city}}; }