It's difficult to tell what i开发者_如何学Cs being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.
It's difficult to tell what i开发者_如何学Cs being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I want to pass data from an html form to a Perl script, execute the script and display result on HTML page again.
You can't pass data from HTML to a program directly, you would normally submit a form to a URI and configure the webserver to pass the submitted data to a program and the program's output back to the webbrowser.
精彩评论