in reply to testing against an array
Hope that helps....foreach my $item(@array) { if ($test eq $item) { #do something interesting } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: testing against an array
by muba (Priest) on Apr 03, 2004 at 20:29 UTC | |
by BUU (Prior) on Apr 03, 2004 at 22:07 UTC | |
|