in reply to print out keys of hash with carriage returns
use Data::Dumper; print Dumper(\%hash); print Dumper($hashref); [download]