return $class->new($self);
} else {
carp $dbh->errstr;
return undef;
return;
}
if (exists $self->{$attr}) {
return $self->{$attr};
-