J
Joseph Czapski
Hi, Perl practitioners. I'm having a problem with CGI.pm. If I have an
HTML form with a textarea input box, I would like my Perl program to see the
carriage returns that the user typed in so I can format his text
appropriately.
Using
$value = $q->param($name);
gives me the text with all the carriage returns deleted. Some words are
just stuck together where they were separated by only one or more carriage
returns.
I like to use CGI.pm for the neatness and the file uploading capability.
Thanks for your help!
Joe Czapski
Boston, Mass.
HTML form with a textarea input box, I would like my Perl program to see the
carriage returns that the user typed in so I can format his text
appropriately.
Using
$value = $q->param($name);
gives me the text with all the carriage returns deleted. Some words are
just stuck together where they were separated by only one or more carriage
returns.
I like to use CGI.pm for the neatness and the file uploading capability.
Thanks for your help!
Joe Czapski
Boston, Mass.