in reply to Help with formatting a text file
foreach my $key (keys %datahash) { format NEWFORMAT = ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< @###.## $key, @datahash{$key} ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ~~ $key . write(OUTFILE); } [download]