Reply
PERL and HTML stmt <input type... issue
Old 09-29-2009, 05:00 PM PERL and HTML stmt <input type... issue
Junior Talker

Posts: 2
Trades: 0
I'm jamming on PERL code and have run up against this roadblock.
In generating an on-the-fly HTML page this HTML statement

<input type="hidden" value="Purchase Information Only" name="Subject">

and others like it cause the error "CGI Error - The specified CGI application misbehaved by not returning a complete set of HTTP headers". It's all been narrowed down to how these statements are used in on-the-fly coding.

These particular fields are used to set up an email message further downstream.

The HTML test page, untouched, by itself, using these statements works fine with no errors. When reengineered using PERL with the code block in the same location, the error occurs.

Any assistance to get this to work is appreciated.


The following two samples provide the error:

1: print <<"LRT";
<input type="hidden" value="xsupport@atrix.com" name="recipient">
<input type="hidden" value="Purchase Information Only" name="Subject">
<input type="hidden" value="REMOTE_HOST, REMOTE_ADDR, REMOTE_USER, HTTP_USER_AGENT" name="env_report">
<input type="hidden" value="1" name="print_blank_fields">
LRT

2: $LRT = qq{
<input type="hidden" value="xsupport@atrix.com" name="recipient">
<input type="hidden" value="Purchase Information Only" name="Subject">
<input type="hidden" value="REMOTE_HOST, REMOTE_ADDR, REMOTE_USER, HTTP_USER_AGENT" name="env_report">
<input type="hidden" value="1" name="print_blank_fields">
};
print $LRT;
LorenOAtrix is offline
Reply With Quote
View Public Profile
 
 
When You Register, These Ads Go Away!
Reply     « Reply to PERL and HTML stmt <input type... issue
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 



Page generated in 0.09901 seconds with 13 queries