Forum Moderators: coopster
why does print"$good\n"; print"$bad"; both variables are printed on the same line? same is true with echo.
the browser doesn't know what a newline is you would have to use <br>
print'<pre>'; print"$good\n"; print"$bad"; print'</pre>';