my $dbh = DBI->connect($data_source, $user, $password); my $sth = $dbh->prepare("SELECT id, name FROM names_table"); $sth->execute; print "