I have two perl processes and I run them using nohup to run in the
background.
However there is a case where the 2nd program run 1st before the 1st
program.
How do I control it to have the 2nd one run after the 1st one?
I need to run them in backgound and if the 1st one failed the 2nd one
will stll be running.