Help for this page
#!/usr/bin/perl #print "PID=$$\n"; ... my $ppid=getppid(); print "Child process: PID=$$,parent=$ppid\n"; }