Perl

From: Jenda Mudron (jendam_at_ctp.co.za)
Date: 07/29/05


Date: Fri, 29 Jul 2005 12:28:26 +0200

I have the following code

#!/usr/bin/perl -w

use CGI;
CGI::ReadParse(*in);

print "Content-type:text/html\n\n";
print "Adding <font color=red><p>$in{email}<p></font>to your blacklist";

The results come out in one line with blocks in between. how do I subsitute
the blocks into new lines ?

--