in reply to Re: Is it possible to background a perl script from within itself?
in thread Is it possible to background a perl script from within itself?

One solution is to fork and have the parent exit.
  • Comment on Re: Answer: Is it possible to background a perl script from within itself?