Help for this page
#!/usr/bin/perl use strict; ... my $dbh = DBI->connect(...); return bless $dbh, 'My::DBI::st'; }