Hello. I am new to all web scripting except JavaScript. I have been looking for perl tutorials on how to post a form. What I have found is no use. I just want to know how to get the contents of the form by form input names and write them to a file on the users computer. Also, do I have to compile perl to a cgi file, or can I just save it as either a .pl or .cgi file. Just for an example here is a sample HTML code:
HTML Code:<!DOCTYPE html> <html> <head> <title>POST Example</title> </head> <body> <form method="POST" action="ThePerlFile"> <input type="text" name="value"/> <input type="submit" name="post" value="Submit It"/> </form> </body> </html>


Reply With Quote

Bookmarks