Help for this page

Select Code to Download


  1. or download this
    {
        "91280": "CA",
        "61682": "NY",
        "23823": "WA"
    }
    
  2. or download this
    use warnings;
    use strict;
    ...
    }
    
    print "$_: $data->{$_}\n" for sort keys %$data;
    
  3. or download this
    23823: WA
    61682: NY
    91280: CA