we have a perl script at work which we run manually from time to time to move files from our staging environment to our live environment. As part of an application I'm working on i'd like to incorporate a buttom on a web form which would kick off this perl script when neccessary. Is there any way to do this?
well most perl/cgi scripts allow you to use querystrings.. Saying that, why don't you use asp to do this?
Basically all you would need to do is tell the script to either run when called in the browser ( which it should do without any activation ) or use a querystring to activate it.
Bookmarks