I have about 20 CGI programs that I need to be able to run from a single CGI script. There are a set number of parameters that need to be passed to each script. How would you guys suggest going about it? Should I use system calls? I've never done anything like this before, so any advice would be greatly appreciated. Thanks!