Help for this page
my $clients = $get->fetchall_hashref('id'); my @list = keys %$clients; my @sorted_list = sort { $$clients{$a}{last_name} cmp $$clients{$b}{la +st_name} } @list;