fork « System Functions « Perl






1.fork returns the child's process ID
2.Using fork and pipe.
3.Using fork to create child processes
4.To retrieve the process ID for the parent process for your program, call the function getppid.
5.Distinguish between the parent and child processes