in reply to Re^3: question about running a system and a perl function background
in thread question about running a system and a perl function background

The "piped open" (See perlopentut) returns the pid of the child process.

See also Re^5: question about running a system and a perl function background in this thread for an example of use.


Examine what is said, not who speaks.        The end of an era!
"But you should never overestimate the ingenuity of the sceptics to come up with a counter-argument." -Myles Allen
"Think for yourself!" - Abigail        "Time is a poor substitute for thought"--theorbtwo         "Efficiency is intelligent laziness." -David Dunham
"Memory, processor, disk in that order on the hardware side. Algorithm, algorithm, algorithm on the code side." - tachyon
  • Comment on Re^4: question about running a system and a perl function background