http://www.perlmonks.org?node_id=222851

iamrobj has asked for the wisdom of the Perl Monks concerning the following question:

Hello!!! I am still new to Perl, but reading a book and trying some of the example scripts right now.

I am using strict; and CGI ':standard'; and when I print I am doing this:
print "blah blah \n\n\n blah blah blah";
AND
print qq(\n\n what ever \n\n);
and the bloody \n's aren't working...?!

What am I doing wrong?