in reply to Re: Regex translation puzzle
in thread Regex translation puzzle

2 * ( grep { /$bird/ } @hand ) == grep { /$bird/ } @bush

Replies are listed 'Best First'.
Re^3: Regex translation puzzle
by Nevtlathiel (Friar) on Jun 09, 2005 at 11:15 UTC
    Shouldn't that be:
    grep { /$bird/ } @hand ) == 2 * ( grep { /$bird/ } @bush )
    ? Or am I just not parsing it right? (highly likely ;)

    ----------
    My cow-orkers were talking in punctuation the other day. What disturbed me most was that I understood it.