Help for this page
sub my_beta_from_alpha { ... my $result = $sth->fetchrow_arrayref; return @$result; }
sub my_beta_from_alpha { ... my $result = $class->construct($sth->fetchrow_hashref); return $result; }