B2004
07-29-2004, 04:58 PM
Hi,
Is it possible to run a perl script from a web page? I have a perl script that runs from the command line and accepts 2 arguments, i wish to great a gui instead so that the user can input the 2 parameters into text boxes and then click a button to run the script.
any ideas on how to start this that would be great
i am thinking that if i pass the arguments over cgi into a new script and then excute the first script from inside the second one???-right or wrong??
Is it possible to run a perl script from a web page? I have a perl script that runs from the command line and accepts 2 arguments, i wish to great a gui instead so that the user can input the 2 parameters into text boxes and then click a button to run the script.
any ideas on how to start this that would be great
i am thinking that if i pass the arguments over cgi into a new script and then excute the first script from inside the second one???-right or wrong??