Help for this page
my $value = $rows{$ID}{value}
my @columns = ("ID","value","some_other_column"); my %rows; ... } $rows{$row[0]} = \%rowHash; }