Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
So I have a hash that stores a date value as its key and its value as the winners that day.<div id="tick1" class="dropcontent" subject="8-15-2006"> Jerry John Jen </div> <div id="tick2" class="dropcontent" subject="8-16-2006"> Keith Ken Kendra </div>
%events=("8-15-2006"=>"Jerry","8-15-2006"=>"John","8-15-2006"=>"Jen");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Filtering out a hash to display proper HTML
by bobf (Monsignor) on Aug 17, 2006 at 06:50 UTC | |
|
Re: Filtering out a hash to display proper HTML
by wfsp (Abbot) on Aug 17, 2006 at 07:09 UTC |