Preserved Topic: Possible to execute a c++ program, complete with switches, from CGI/Perl script? |
|
---|---|
Author | Thread |
Maniac (V) Inmate From: soon to be "the land down under" |
posted 10-05-2002 01:12
I was wondering if it was possible to call a c++ executable, including command line switches, through CGI/Perl or SSI? |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 10-05-2002 01:23
sure just use a system call |
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 10-05-2002 05:05
also, keep in mind what system this program will be running in, whether you're running a script or a compiled piece, and whether you'll allowed to run executables in your webspace... |
Maniac (V) Inmate From: soon to be "the land down under" |
posted 10-05-2002 06:26
Hey guys, thanks loads, that was exactly what I needed. |