Help for this page
my $sql=<<END_HERE; SELECT foo ... WHERE baz = ? END_HERE my $sth = $dbh->prepare($sql);