my $dbh = DBI->connect($data_source, $username, $auth, {RaiseError => 1}); my $sth = $dbh->prepare('select * from table'); print qq~