in reply to Executing a command after the preceding command finished processing

try as
open PIPE, "| nohup run_decode.pl";
  • Comment on Re: Executing a command after the preceding command finished processing