Hello Ryan,
Replace this line:
$body=~[what goes here?]
with this:
$body=~ s/\n/<br>\n/g;
or this:
$body=~ s/\n/<br>/g;
Do either of these do what you intend?
Regards,
- Robert
-----
At 04:44 PM 9/7/2001 -0700, Ryan Kane wrote:
[...]
>from the script:
>------------------------------
>#!/usr/local/bin/perl
>use CGI;
>$q = new CGI;
>$body = $q->param('body');
>$body=~[what goes here?]
>
>print "Content-type:text/html\n\n";
>print <<END_OF_HTML;
>(html code goes here with $body used as part of the code)
>------------------------------
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Re: Simple question Carl Rogers
- Re: Simple question Antonio Vasconcelos
- RE: Simple question Peter Cornelius
- RE: Simple question Paul
- Fw: Simple Question Steven Scott
- Re: Fw: Simple Question Brett W. McCoy
- Re: Fw: Simple Question Paul Johnson
- Simple Question dhopp
- Re: Simple Question Paul
- simple question Ryan Kane
- Re: simple question Robert Citek
- Re: simple question Ryan Kane
- simple question Dissdennon Stupolsky
- Re: simple question Randal L. Schwartz
- Simple question Daniel Falkenberg
- RE: Simple question Sidharth Malhotra
- RE: Simple question Jeff 'japhy' Pinyan
- Re: Simple question Ahmed Moustafa Ibrahim Ahmed
- Re: Simple question Ahmed Moustafa Ibrahim Ahmed
- Re: Simple question Jim Conner
- Re: Simple question Jim Conner
