in reply to Executing another Script

``, system, eval and exec all do different things, so it's useless to compare their performance.

Don't use eval. You'd have to change script.cgi to play nice, but it's easier and better to write script.cgi as a proper module instead.