Hello folks,
I am looking for a sample Perl CGI wrapper script that I can use to call a .exe program in my CGI directory. I need to wrap it because I don't have the original source code to the CGI, but I need to mess around with the input before the real CGI receives it.
I also need to be able to intercept the output from the CGI and reformat it.
Does anyone have any sample Perl CGI wrapper that does this?
Thanks!