![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Port a script with STDIN/STDOUT to CGI?by spickles (Scribe) |
on Aug 30, 2009 at 23:31 UTC ( [id://792245]=perlquestion: print w/replies, xml ) | Need Help?? |
spickles has asked for the wisdom of the Perl Monks concerning the following question:
Monks -
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,Scott
Back to
Seekers of Perl Wisdom
|
|