Help for this page
print <<EOF; #Beginning of 'here' document. Displays message to custo +mer. <HTML> ... </HTML> EOF #End of 'here' document.
print $q->header, $q->start_html, $q->h4("Thank You. You will be contacted by $f_response shortly.") +, $q->end_html;