chomp (my @data = ); print "$_\n" for @data; __DATA__ one two three #### while (){ chomp; print "$_\n"; } __DATA__ one two three