in reply to Re: Combining two referencesin thread Combining two references
You should be able to determine that. Which is the first line that tries to use something as a hash reference? This one:
my $name = $row->{ NAME }; [download]