in reply to exe on local machine
How does your program on the website send data to the CGI script? Does it do a form submit itself? Why does it matter that the program is on the website? Where does the HTML page go when it's generated? Back to the program that submitted the form data? Why? How did you convert the perl script to the exe? What happened to the other program (the one that was doing form submits)? Which "that exe" are you referring to -- the first one that sends data to the CGI or the Perl script that was rewritten in C++? How did you try to submit form data to the C++ exe? Is it accessible to a web server somewhere? If not, how did you submit it?
Anyway, it's all very confusing.
If you mean, "how do I make a web-based application work on an arbitrary machine", you probably need to get a web server.
If you just want to run some CGIs and serve some static pages on someone's desktop machine, get a little web server to run there. Since you have Perl, let me suggest HTTPi which is a nice small web server that's easy to set up and is in portable Perl.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: exe on local machine
by Kevin Ar18 (Initiate) on Jul 05, 2001 at 09:53 UTC | |
by bikeNomad (Priest) on Jul 05, 2001 at 20:05 UTC | |
by jeffa (Bishop) on Jul 05, 2001 at 21:45 UTC |