Help for this page

Select Code to Download


  1. or download this
    use v5.16;
    ...
    my @found= grep { my %r =  reverse map fc, %$_;
                      exists $r{cat} && exists $r{dog} } @pets;
    
  2. or download this
    my @found= grep { my %r =  reverse map lc, %$_;
                      exists $r{cat} && exists $r{dog} } @pets;