Help for this page

Select Code to Download


  1. or download this
    my @sortrecs = sort { $a->{'area'} <=> $b->{'area'} }
                   map { {split /\s*=\s*|\s+/} } @records;