On 19 August 2016 at 13:45, Kent Fredric <kentfred...@gmail.com> 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: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to