Help for this page
my $foo = MyModule::->new($dbh);
my $foo = MyModule->new($dbh);
sub new { ... bless $self, $class; .... }