I have a command-line utility that takes in a set of arguments, a file of data, does a bunch of crunching, and then creates a set of files of output. I would like to make this funcitonality available via the web. I can certainly put together a little CGI to do this, but was surprised to find after glancing at CPAN that a tool for doing so wasn't already available. It seems the steps are pretty straightforward:
Before I go down the road of doing this myself, is there such a module for this general problem? Any other suggestions?