in reply to berkely database fun
Hope this helps,foreach my $event_id (( sort { $Sorts{$sortBy}->() } keys (%database) +)[0,1]) { # Put the sort call in parens, followed by [] for whatever elements # you want
Russ
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: berkely database fun
by Anonymous Monk on May 21, 2000 at 22:04 UTC | |
by Russ (Deacon) on May 22, 2000 at 05:07 UTC |