Help for this page
@command = ("/bin/nohup /mevs/$version/bin/mevs", "/mevs/$version/data +/config_data/mevs2.cfg", "online"); system(join " ", @command, "&"); # restart pgm in background
@command = ("/bin/nohup /mevs/$version/bin/mevs", "/mevs/$version/data +/config_data/mevs2.cfg", "online", "&"); system(@command);