spickles has asked for the wisdom of the Perl Monks concerning the following question:
Since my perl script uses STDIN/STDOUT and is run from the command-line with Active State performing the compilation, is there a way to 'port' such a script to the web so that I could run it as a CGI script on my Apache web server? My goal is to make my script available to the public, and I would not expect people to have to download and install a Perl compiler to run it. So is it possible to use a web interface to act as a terminal and accept/display user input/output?
Regards,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Port a script with STDIN/STDOUT to CGI?
by ww (Archbishop) on Aug 31, 2009 at 00:35 UTC | |
|
Re: Port a script with STDIN/STDOUT to CGI?
by NetWallah (Canon) on Aug 31, 2009 at 05:14 UTC | |
|
Re: Port a script with STDIN/STDOUT to CGI?
by Anonymous Monk on Aug 31, 2009 at 00:30 UTC | |
|
Re: Port a script with STDIN/STDOUT to CGI?
by ikegami (Patriarch) on Aug 31, 2009 at 19:47 UTC | |
by spickles (Scribe) on Sep 01, 2009 at 19:15 UTC |