open OUT, ">track.txt" print OUT "this is one line\n"; print OUT "this\n is several\n lines\n in one print";