in reply to Trouble sorting a nested HOH
HTHfor $sort_rec ( sort { $a->{'day_num'} <=> $b->{'day_num'} || $a->{'sti'} <=> $b->{'sti'} || $a->{'bnum'} cmp $b->{'bnum'} || $a->{'pos'} <=> $b->{'pos'} } @offset_recs
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Trouble sorting a nested HOH
by mielstogo (Initiate) on Nov 28, 2007 at 21:12 UTC |