in reply to HTML Post to Perl Script not working
(Note: You'll find it easier to just put your code in <c>...</c> tags.)
Assuming your browser even executes the script, it don't think it will communicate with the script using CGI. CGI is a protocol used by web servers to communicate with applications it executes, but there's no web server involved in fetching file: URLs (which your browser probably assumes C:\process_feedback1.pl to be).
|
|---|