Help for this page

Select Code to Download


  1. or download this
    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;