Dear Monks,
I am designing web site running Perl/CGI on Apache/Windows. This web site needs to schedule jobs and maintain a queue of jobs. I will also need to kick off jobs on remote machines. I'm thinking WMI to start remote jobs.
It might be better to write it in C# and ASP.NET, but I'm working at a Java shop. My employer wants me to use open source.
To get the prototype working I'd like to use Perl/CGI. Any suggests for languages, example, modules, etc?
Thanks. Any assistance is greatly appreciated.