http://qs1969.pair.com?node_id=1057462


in reply to Re^8: Iterating Through Cell Blocks with Spreadsheet::Read
in thread Iterating Through Cell Blocks with Spreadsheet::Read

Anomolous, Data::Dumper works nicely (when used correctly). It shows the expected values in the format:
'F29' => '1',
though I can make no sense of the order in which it displays contents. I have:
my %sheet;
declaration though it's not initialized. Initialization with:
my %sheet = ();
doe not make a difference in the result.

Thanks,

Hammer.