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")
> {
>
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
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