sub by_dept_total { return $dept_n_code{$a}->{'dept'} <=> $dept_n_code{$b}->{'dept'}; } sort by_dept_total ... [download]
In reply to Re: Sort function issue by tall_man in thread Sort function issue by shemp