in reply to Regex translation puzzle

if (! time()) { return ($when); } if (! $0) { return ($who); }

Replies are listed 'Best First'.
Re^2: Regex translation puzzle
by Anonymous Monk on Jun 08, 2005 at 18:19 UTC
    2 * ( grep { /$bird/ } @hand ) == grep { /$bird/ } @bush
      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.