Re: Checking Return Codes in Apache2::SubProcess-spawn_proc_prog()

2008-10-08 Thread Fred Moyer
[EMAIL PROTECTED] wrote: I'm using spawn_proc_prog() to run external programs from apache, but can't find any docs on how to check the return status. It doesn't appear to set $?, nor have I found any reference to variables or methods that would provide that information. Can anybody help me

RE: Checking Return Codes in Apache2::SubProcess-spawn_proc_prog()

2008-10-08 Thread eric.berg
PROTECTED] Sent: Wednesday, October 08, 2008 12:46 PM To: Berg, Eric Cc: modperl@perl.apache.org Subject: Re: Checking Return Codes in Apache2::SubProcess-spawn_proc_prog() [EMAIL PROTECTED] wrote: I'm using spawn_proc_prog() to run external programs from apache, but can't find any

Re: Checking Return Codes in Apache2::SubProcess-spawn_proc_prog()

2008-10-08 Thread Fred Moyer
To: Berg, Eric Cc: modperl@perl.apache.org Subject: Re: Checking Return Codes in Apache2::SubProcess-spawn_proc_prog() [EMAIL PROTECTED] wrote: I'm using spawn_proc_prog() to run external programs from apache, but can't find any docs on how to check the return status. It doesn't appear to set