On 19 August 2016 at 13:45, Kent Fredric <[email protected]> wrote:
>    if ( first { $item == 4 }  @items ) {
>        say "Yes";
>    }
>


Ugh, my bad.

  if ( first { $_ == 4 }  @items ) {
        say "Yes";
   }



-- 
Kent

KENTNL - https://metacpan.org/author/KENTNL

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/


Reply via email to