Help for this page

Select Code to Download


  1. or download this
    my @emoticons;
    push @emoticons, [$id, $name, $location, $face] while $sth->fetch;
    
  2. or download this
    foreach my $emote_aref (@emoticons) {
        ($id, $name, $location, $face) = @$emote_aref;
    ...