Help for this page

Select Code to Download


  1. or download this
    ...# As before
    my @extras  = grep {$_->{status} eq 'Extra'} @$data;
    ...
        }
        print Dumper($main);
    }
    
  2. or download this
    $VAR1 = {
              'state' => 'TO',
    ...
              'status' => 'Main'
            };