Help for this page
# sets up autoload subs that 'inherit' DBI's DBH methods sub AUTOLOAD { ... return $self->error("Cannot autoload $op"); } }