in reply to Re: Perl Forking : perform some action until child process dies
in thread Perl Forking : perform some action until child process dies

Many thanx... this worked

But I used "while $kid = = 0; " instead.. which means.. while the child process is still running.. keep calculating the bandwidth in the do { }

  • Comment on Re^2: Perl Forking : perform some action until child process dies