Re: Please explain forking

2002-06-21 Thread Felix Geerinckx
on Fri, 21 Jun 2002 06:30:49 GMT, [EMAIL PROTECTED] (Langa Kentane) wrote: > I wish to use the fork() function on one of my scripts. I would > like more clarity on the way it works. > > Take for instance the ff code: > > Sub mysub > { > while () > If ($_ eq "SCANME") > { >

Re: Please explain forking

2002-06-20 Thread Sudarsan Raghavan
Langa Kentane wrote: > Greetings, > I wish to use the fork() function on one of my scripts. I would like more > clarity on the way it works. > > Take for instance the ff code: > > Sub mysub > { > while () > If ($_ eq "SCANME") > { > fork() After the fork c

Fwd: Re: Please explain forking

2002-06-20 Thread Marco Antonio Valenzuela Escárcega
On Thu, 2002-06-20 at 23:30, Langa Kentane wrote: > Greetings, > I wish to use the fork() function on one of my scripts. I would like more > clarity on the way it works. > > Take for instance the ff code: > > Sub mysub > { > while () > If ($_ eq "SCANME") > { > fo