in reply to Re^2: how to quickly tell if number is in an array
in thread how to quickly tell if number is in an array
print "found\n" if grep(/^$number\$/, @array);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: how to quickly tell if number is in an array
by BUU (Prior) on Oct 12, 2005 at 02:41 UTC | |
by McDarren (Abbot) on Oct 12, 2005 at 02:59 UTC |