in reply to Re^2: Not an ARRAY reference error
in thread Not an ARRAY reference error
A simple test is to try {@$self}->{'column'} and see if that gives the same result (it does).
I tend to be explicit always in this sort of dereferencing context because I'm never quite sure without thinking about it and I assume most other people working with the code will do the same thing.
|
|---|