Hi,
Is there anyway to match a string in a 2-dimensional array only at one
index? For example, say I have this 2-d array:
@AoA = (
["ABC", "BCD"],
["CDE", "DEF"],
["EFG", "FGH"],
);
Then I wanted to see if "CD" exist, but only in column index 1
($AoA[$row][1]). Is there a way to do this w/o using a "for" loop
within a "for" loop? Thanks.
~Sitha
- RE: matching Brett W. McCoy
- matching Henry Hung-Yung Wang
- RE: matching Wagner-David
- RE: matching Henry Hung-Yung Wang
- Re: matching John Griessen
- Matching Iain Wallace
- Re: Matching Jon Molin
- Re: Matching Tor Hildrum
- Re: Matching John W. Krahn
- Re: Matching Tor Hildrum
- Re: Matching Sitha Nhok
- Re: Matching Janek Schleicher
- Re: Matching Kevin Pfeiffer
- Use of uninitialized value in pattern match ... Singing Banzo
- Re: Use of uninitialized value in patter... John W. Krahn
- Re: Use of uninitialized value in pa... Singing Banzo
- matching Eric Walker
- Re: matching James Edward Gray II
- Re: matching Eric Walker
- Re: matching Tore Aursand
- Re: matching Eric Walker
