Help for this page
sub get_score { my $obj = shift; ... return $obj->{dbh}->selectall_hashref("SELECT * FROM scores") ; }