http://qs321.pair.com?node_id=780159


in reply to Re: Array to hash converstion
in thread Array to hash converstion

The above code prints only one pair of values.
for my $data_pair (@data_list) { print "$data_pair->{'key'},$data_pair->{'value'}\n"; } correct,AAA correction,BBB date,20090303 date,20090308
These values and keys should be converted to hash map