Perl
From: Jenda Mudron (jendam_at_ctp.co.za)
Date: 07/29/05
- Next message: MD: "Re: Strange SSH Problem"
- Previous message: Serman D.: "Topcom Gaming Adapter 454 with linux"
- Next in thread: Baho Utot: "Re: Perl"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 ?
--
- Next message: MD: "Re: Strange SSH Problem"
- Previous message: Serman D.: "Topcom Gaming Adapter 454 with linux"
- Next in thread: Baho Utot: "Re: Perl"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]