in reply to Re: Re: Matching values in array
in thread Matching values in array
print "XXXXXX has appeared ", scalar grep(m/XXXXXX/, @PatternArray), " times.\n"; ... my $count = scalar grep m/XXXXXX/, @PatternArray;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Matching values in array
by Anonymous Monk on Mar 02, 2004 at 06:40 UTC |