in reply to Re: testing against an array
in thread testing against an array
See grep for more information.if (grep { /^$testforthis$/ } @array { #do something }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: testing against an array
by BUU (Prior) on Apr 03, 2004 at 22:07 UTC | |
|