Help for this page
#!/usr/bin/perl -d:DProf { ... print 'In Parent', $/ or die $!; sleep 10;
#!/usr/bin/perl print 'In Child',$/ or die $!; sleep 10;