in reply to Re: How to know if a perl script is put in the background
in thread How to know if a perl script is put in the background

Depends on your shell. I run things in the background all of the time (tail /this/logfile&^Jtail /that/logfile &). As long as input is not required, they run just fine.

--MidLifeXis