Help for this page
package MyHandler; sub handler($$) { ... sub do_that { ... }
# I use Apache::DBI and also do something that resembles this in my + code, but YMMV package My::DB; ... } return $dbh; }