I'm very new to perl and have developed 10 scripts that connect to terminal servers using net::telnet and execute commands on serial devices.
I would like to automate the execution by using a web page to start, monitor and stop the scripts. Is this possible? Do I have any other options?
Currently I use the perl test.pl command from the shell. I can run upto 10 perl test.pl, perl test1.pl, perl test2.pl and so on. I would like ot just have an checkbox and select the ones to execute and select go.
Any thoughts?
Thanks
-S