while ($pointer = $sth->fetchrow_hashref) { $category = $pointer->{'category'}; print "
  • $category\n"; } #end while