Help for this page

Select Code to Download


  1. or download this
    State  Date        other stuff
    1      03/03/2003  one bad mother of a storm...
    5      03/05/2003  nothing to write home about...
    8      02/08/2003  they said it could never happen here
    ...
    
  2. or download this
    my @states; # array holding one hash per state
    
    ...
                  scalar keys %{$states[$_]} );
       }
    }