RE: [Perl-unix-users] Sharing Variables among Processes...

2005-08-25 Thread Arijit Das
Hello everybody,   Thanks a lot for all your suggesstions...   I think I should be able to solve my problem in the best possible way with one of your suggestions.   Thanks again, ArijitMatt Schneider <[EMAIL PROTECTED]> wrote: Perhaps others might know better but to the best of my knowledge the

RE: [Perl-unix-users] Sharing Variables among Processes...

2005-08-24 Thread Matt Schneider
Perhaps others might know better but to the best of my knowledge the fork command doesn't work that way.  The child and parent are two completely separate processes that don't share any resources.  What you are looking for is something more like threads where each thread can access shared

Re: [Perl-unix-users] Sharing Variables among Processes...

2005-08-24 Thread pDale
On 8/24/05, Arijit Das <[EMAIL PROTECTED]> wrote: > Its about sharing a Perl Variable among parent and child processes. "Google - I feel lucky" for "Perl shared variable" yields: Is that what you want? -- pDale Eternal small demon