Help for this page

Select Code to Download


  1. or download this
    %camArray = (
                 'seattle' => [
    ...
                                .
                                .
                                .
    
  2. or download this
    foreach (@{$camArray{$trafficArea}}) {
        print "$_->[0]\n";  # for the label
        print "$_->[1]\n";  # for the value
    }