while ( $sth->fetchrow() ) { push @classes, { class => $class, department => $department, count => $count }; }