Calling a php script (callee.php) from another script (caller.php) is really easy, with callee.php inheriting all the variables from caller.php in the called scope.
I was hoping there would be a simple way of calling php scripts from perl scripts, with php script inheriting variables from perl script (both perl and php as cgi).
If there is a way I can call php from perl, and pass variables to it, please let me know.
Thanks,
Farzal