[PHP] RE: returning values/information from perl apps to php apps..

2004-10-04 Thread bruce
PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Eric Germann Sent: Monday, October 04, 2004 7:49 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: returning values/information from perl apps to php apps.. Php::serialize -Original Message- From: [EMAIL PROTECTED

[PHP] Re: returning values/information from perl apps to php apps..

2004-10-04 Thread Randy J. Ray
the issue i'm having is that perl only seems to allow an app to have an 'exit' value of a short int. i need to return values that might be multiple arrarys. should i simply write the perl return values into an output file, and read the output vars from the output file in the php file... I believe