Help for this page

Select Code to Download


  1. or download this
    while (my ($area, $list) = each %thirdList) {
       foreach my $item (@$list) {
          print join(' - ', @$item), "\n";
       }
    }