in reply to Re: Re: Re: Newlines in textarea w/ CGI.pm
in thread Newlines in textarea w/ CGI.pm

The HTML actually sends all the textboxes' newlines nicely, no matter what kind of wrap you are using.
The problem is CGI.pm turns the %0A%0D into a single space, no matter how many newlines it encounters in a row. That my problem!

SM|TZ
  • Comment on Re: Re: Re: Re: Newlines in textarea w/ CGI.pm