Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    use Data::Dump;
    dd \@all_states;
    dd \@comment_states;
    
  2. or download this
    ["Alaska", "Puerto Rico", "Washington", "West Virginia"]
    ["Washington", "West Virginia"]
    
  3. or download this
        push @comment_states, $state unless $comment;
    
  4. or download this
    ["West Virginia", "Washington", "Puerto Rico", "Alaska"]
    ["Puerto Rico", "Alaska"]