in reply to Re^4: Storing the log file name as key/value in hash
in thread Storing the log file name as key/value in hash

for my $key (keys(%hash1)) {print $key.':'.join(',',@{%hash1{$key}})."\n";}