Hi again! Thanks for all who helped with my last post. I am very close to getting all of this legacy perl code working.
I am able to get simple .pl scripts to run in the browser, but some of the more complex ones result in "Internal Server Error."
My first troubleshooting step was to run the complex scripts from the bash prompt, and they run OK. In fact, if I redirect the output to an html file, the results look correct in the browser:
$ perl -w scriptname.pl > test.html
Does anyone have any suggestions on where I can look next? I am not getting any errors about missing libraries.
Thanks!