Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Simple Feedback form.

by particle (Vicar)
on Mar 25, 2002 at 14:06 UTC ( [id://154091]=note: print w/replies, xml ) Need Help??

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;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://154091]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-19 12:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found