in reply to Grep expansion problem
This would be faster and would not be vulnerable to metacharacter interpolation.if ( grep $_ eq $x, @b ) { ... }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Grep expansion problem
by Lyndley (Novice) on Sep 08, 2005 at 07:46 UTC |