in reply to Re: Running a Background Job
in thread Running a Background Job

Update: sorry, I thought you were saying 'perl' couldn't run in the background - didn't catch the issue with 'top' until after :-/

What?! This is absolutely false. 'perl' can certainly run in the background!
# perl -e 'print "hello\n"' > test.out 2>&1
#cat test.out hello