in reply to Re^2: Reading from Many Child Processes using Pipes
in thread Reading from Many Child Processes using Pipes

From perldoc -f sleep :

"sleep Causes the script to sleep for (integer) EXPR seconds"

I wanted fractional second sleeps, which select provides, without having to use Time::HiRes

  • Comment on Re^3: Reading from Many Child Processes using Pipes