Help for this page
system("while true; do echo aabbcc >> $temp_file; sleep 2; done &"); system("tail -f $temp_file >> $file &");
$childPid = open SON, "-|"; ... system("tail -f $temp_file >> $file &"); exit(0); }