On Sat, Aug 09, 2003 at 05:14:34PM -0700, Ahmed Moustafa wrote:
> Steve Grazzini wrote:
>> Changes made after the fork() won't be visible in the other
>> process, if that's what you're wondering.
> 
> Yes, that's exactly what I am wondering. So, is there a way to
> assign values to the global variables in the parent process?

No.  You'd need to switch to threads or keep the fork and
use some kind of IPC.

    % perldoc perlipc

What is your application doing?

-- 
Steve

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to