in reply to Re^2: Adding rows of data
in thread Adding rows of data
Well, then at least add a hash reference instead of two array references to match data structure from your _test() ...
... push @{ $header_row } , [ { 'City Name' => '' , ... } ] ; ...
BTW|FWIW, your headers|key names are different in letter case & spellings.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Adding rows of data
by Anonymous Monk on Dec 02, 2014 at 16:56 UTC |