in reply to Sort function issue
sub by_dept_total { return $dept_n_code{$a}->{'dept'} <=> $dept_n_code{$b}->{'dept'}; } sort by_dept_total ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Sort function issue
by artist (Parson) on Jun 24, 2003 at 18:49 UTC | |
by tall_man (Parson) on Jun 24, 2003 at 19:03 UTC | |
by shemp (Deacon) on Jun 24, 2003 at 21:42 UTC |