Help for this page
package My::DBI; use strict; ... } ...
my $db = My::DBI->new(connect => { ... }); $db->my_function(@args);