Help for this page
sub opendb { my $self=shift; ... # return $self->{_dbh}; # Should return $self here return $self; }