in reply to Hash Problems
Can't coerce array into hash (F) You used an array where a hash was expected, but the array has no information on how to map from keys to array indices. You can do that only with arrays that have a hash reference at index 0.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Hash Problems
by wstarrs (Acolyte) on May 16, 2001 at 23:43 UTC | |
by chipmunk (Parson) on May 16, 2001 at 23:51 UTC |