my $statement = q{ SELECT round , department , score FROM trees WHERE sport = ? AND year = ? ORDER BY round DESC }; my $list_of_teamdata = $dbh->selectall_arrayref( $statement, {}, $sport, $year, );