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


in reply to Re: \n won't work?!
in thread \n won't work?!

If beautifying your HTML source is your goal, don't worry about adding \n's to your CGI.pm output... just slap a
use CGI::Pretty;
at the top of your program and let the CGI::Pretty module automagically do it for you. Laziness is a virtue. :-)

Gary Blackburn
Trained Killer