On 8/15/07, Ran Eilam <[EMAIL PROTECTED]> wrote:
> On 8/15/07, Shlomi Fish <[EMAIL PROTECTED]> wrote:
> > use List::MoreUtils qw(any);
> > my @set = (1, 2, 3, 4, 5);
> > if (any { $_ == 3 } @set) { print "found\n" }
>
> Is best, and it's core.Correction: not best, and not core. Review your posts! List::Util::first is both. Ran _______________________________________________ Perl mailing list [email protected] http://perl.org.il/mailman/listinfo/perl
