Help for this page

Select Code to Download


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