I have a simple report form that I need to be able to distribute on floppy and run on any pc running windows. The output from this is a text file that can be submitted later.
I was thinking that since all windows system have an html browser that I could do this with an html form and then send the output to a perl script using CGI to process the output and dump it to a file for later processing. The problem that I am having is getting the process to actually run the script. What I get instead of the executed code is the contents of the perl script in the browser.
I ultimately plan to use perl2exe to distribute the perl script so that I can run this from a floppy disk without the need for perl to be installed.
Is this possible? If so, how can it be done? Is there a solution that will work with both windows and linux if it can be done?
Ed
In reply to perl cgi without webserver? by bfdi533
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |