in reply to Can't coerce array into hash at
Check to make sure you're actually using the right version of perl everywhere, and that the array is set up to act as a pseudohash.
If you're not purposely using perl's pseudohash feature, then your program is a bug and your reference doesn't refer to what you think it does. (And you're using symbolic refs anyway, which is mildly naughty)
|
|---|