http://www.perlmonks.org?node_id=137320


in reply to Coding superstitions

My superstitions mirror those of buckaduck i.e. while using DBI, the database handle is always $dbh, statement handles are always $sth (unless I need more than one), and my biggest superstition is :

"Death (or compiler errors ?) comes on swift wings for he who does not use $sql for SQL queries"

i think i need professional help...