You are downloading
file.pl from c:\path\file.pl
Would you like to open the file or save it to your computer?
This is the same thing that pops up when I download any program online, which is normal of course. However, I've never had it occur when submitting forms online, only when testing the forms on my home computer.
If I click "open" to try and run the file, the perl command line interpreter pops up waiting for an input, and the program totally disregards my form input.
Anyone know why this is happening?
You can install Apache, Xitami, or OmniHTTPD lite (and probably others I'm forgetting); all of which are free web-servers (the latter two being lighter than the former, which is production grade), can run on XP, and support CGI scripts (PHP and eRuby as well as Perl, with a bit of tinkering). Just use it for your local script sandbox and bind it to localhost or 127.0.0.1. That's what alot of us do. Short of that I'm not aware of any way to run Perl CGI scripts locally.
Jordan