Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: How to embed Perl in HTML

by duyet (Friar)
on Oct 09, 2011 at 07:21 UTC ( [id://930432]=note: print w/replies, xml ) Need Help??


in reply to How to embed Perl in HTML

I don't think there is such tutorial, if so i also like to know :)

What you can do is:

  • create a CGI script like suggested in other post, which should create an HTML form. Let's call it myform.pl
  • put it on your webserver in cgi-bin dir. or any other dir. which is configured to execute scripts.
  • access your script with: http://www.yourserver.com/cgi-bin/myform.pl
  • Once you filled in the form and hit the submit button, you can get the user input and process it, send response back to user.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-25 22:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found