Help for this page
#use strict; #use warnings;
foreach my $key (keys %data) { print "$key,$data{$key}\n"; }