Help for this page
my @emoticons; push @emoticons, [$id, $name, $location, $face] while $sth->fetch;
foreach my $emote_aref (@emoticons) { ($id, $name, $location, $face) = @$emote_aref; ...