in reply to How to run process in the backround even after perl script exit?

See the nohup program and the & shell "operator" (or whatever they are called).

This is the same as outside of Perl.

  • Comment on Re: How to run process in the backround even after perl script exit?
  • Download Code

Replies are listed 'Best First'.
Re^2: How to run process in the backround even after perl script exit?
by purus (Initiate) on Apr 10, 2020 at 16:56 UTC

    can you post some sample codes?

    it's not working: `ssh -o StrictHostKeyChecking=No $user\@$hostname 'nohup sleep 100&'`;