Help for this page

Select Code to Download


  1. or download this
    %State_files = (
        'midwest.txt' => [ qw(Illinois ...) ],
        'east.txt'    => [ ('New York', ... ) ],
        ...
        );
    
  2. or download this
    %File_states = (
        Illinois   => 'midwest.txt',
        'New York' => 'east.txt',
        ...
        );