Help for this page
if(my $pid=fork){ while(my $c = ReadKey){ ... print $count++; } }
if(my $pid=fork){ #parent ... #doing something... ; } }