Help for this page

Select Code to Download


  1. or download this
    @{$bros->{$yr}} = grep {!($_->{last} eq $last)} @{$bros->{$yr}};
    
  2. or download this
    $bros = { '1958' => [{'first' =>, 'last' =>, etc...], '1959' => [{..}]
    +, etc..}