in reply to matching arrays
The first question is why are you using a hash with apparently consecutive numeric keys instead of an array?
The second is does [ 'child', 'male' ] match [ 'male', 'child' ]?
What is the significance of the keys for %occurs?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: matching arrays
by rsiedl (Friar) on May 25, 2004 at 21:30 UTC |