print ''; # why omit the closing tag? # use this for pretty output print '' . "\n"; # or even like this use constant CRLF = "\n"; # ... print '' . CRLF ; # or use CGI::Pretty #### print "