print "$_\n"; #### foreach (keys %TV ) { print "$_\n"; } #### foreach (sort keys %TV ) { print "$_\n"; }