> -Original Message-
> From: Maxim Goncharov [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, October 27, 2001 1:30 PM
> To: [EMAIL PROTECTED]
> Subject: please help with fork
>
>
> HI everyone,
>
> I need help with understanding what is happening when I fork a
> process.Here is actual co
Hello Maxim,
Saturday, October 27, 2001, Maxim Goncharov <[EMAIL PROTECTED]> wrote:
MG> I need help with understanding what is happening when I fork a
MG> process.Here is actual code:
you did not 'fork' process. 'fork' is very special function, see
perldoc -f fork
man fork
for nore information.