Help for this page

Select Code to Download


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