nysus has asked for the wisdom of the Perl Monks concerning the following question:
It's not possible to look up the events with the date because a date can have more than one event. What's the best way to handle this? By writing a complicated sort subroutine? Would Perl references (which I still need to learn) make this easier to do?$orderentry{$calentry} = $date;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Sorting hashes with values
by jeroenes (Priest) on Apr 09, 2001 at 20:13 UTC | |
by nysus (Parson) on Apr 09, 2001 at 20:18 UTC | |
|
Re: Sorting hashes with values
by physi (Friar) on Apr 09, 2001 at 20:26 UTC |