Help for this page
my $SQLString "select this, that from there"; $sth = $dbh->prepare($SQLString); ... { ........... }