Help for this page
sub AUTOLOAD { my $self = shift; ... return $self->{DBH}->$call(@_); } # AUTOLOAD