Gunnar:

I have attached the CGI script: weekly.pl. The subroutine save_weekly()
captures the 'executive summary' and 'details' values entered into the textarea via
$summary = param('executive summary') and $details = param('details').


For Debug purposes, I print $summary and $detail. I may make this a review
feature. Anyway, none of the text displays WITH carriage returns.
I am beginning to suspect this is due to HTML not recognizing these
characters in the variables. Hmmmm.



Robert Page

On Sep 8, 2004, at 9:40 PM, Robert Page IV wrote:

Gunnar:

I have attached the CGI script: weekly.pl. The subroutine save_weekly()
captures the 'executive summary' and 'details' values entered into the textarea via
$summary = param('executive summary') and $details = param('details').


For Debug purposes, I print $summary and $detail. I may make this a review
feature. Anyway, none of the text displays without any carriage returns.
I am beginning to suspect this is due to HTML not recognizing these
characters in the variables. Hmmmm.
Robert C. Page IV


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to