in reply to Get hash values in multidimensional array to populate Term document matrix
your @arr array has never been populated with anything. So:
isn't going to loop on anything.
I would suggest that you use the following pragmas:
as this will enable the compiler to point out at some of your probable mistakes.
Update: Sorry I probably looked at it too quickly, I missed the last push line.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Get hash values in multidimensional array
by toolic (Bishop) on Feb 24, 2017 at 20:23 UTC |