in reply to Sub Perl Scrips
Your first question seems like you are talking about CGI (Common Gateway Interface), which is a way of creating dynamic HTML content.
The actual mechanics to call a CGI script from a form is:
<form action="/home/httpd/cgi-bin/script.cgi">Make sure to look at the <form> and <input> HTML tags. Make sure to scope out Ovid's CGI course at: http://www.easystreet.com/~ovid/cgi_course.
Good Luck!
|
|---|