in reply to
if else statement check an array
This is remarkably similar to
searching through array for multiple patterns
. What was wrong with the solutions given there?
Comment on
Re: if else statement check an array
Replies are listed 'Best First'.
Re^2: if else statement check an array
by
sqspat
(Acolyte)
on Jul 27, 2009 at 09:38 UTC
that prints a result for each line. I want a result for the checking of the whole array.
[reply]
Re^3: if else statement check an array
by
cdarke
(Prior)
on Jul 27, 2009 at 10:04 UTC
The principle is the same!
[reply]
In Section
Seekers of Perl Wisdom