Help for this page

Select Code to Download


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