I need to have the result passing back and forth between perl and php scripts.
For example, if I would like to pass the calculated value in a perl script to the external php script, how do I achieve this effect?
How do I have the php script pass out the result after its execution and return to its caller, the perl script?
Will standard I/O such as "print" execution be returned?