Help for this page

Select Code to Download


  1. or download this
    use Library;
    
    $| = 1;
    Library::createProcess('second application');
    
  2. or download this
    use Library;
    select((select(STDOUT), $|=1)[0]);
    ...
    print STDERR  "   -> Err \n";
    
    Library::createProcess('random application');
    
  3. or download this
    use IO::Select;
    use IPC::Open3;
    ...
            }
       }
    }
    
  4. or download this
    Out
    Out
    ...
        -> Err
        -> Err
        -> Err