On 9/17/07, perllearner <[EMAIL PROTECTED]> wrote:
> I am trying to get my mind around using fork()
>
> I have a text file that has solid, liquid, and gas on it all on new
> lines, how I understand fork() is if I wanted to do a print each
> statement on each line in the file, fork() could do all a
I am trying to get my mind around using fork()
I have a text file that has solid, liquid, and gas on it all on new
lines, how I understand fork() is if I wanted to do a print each
statement on each line in the file, fork() could do all at once with
parent and child processes.
I can get around doi