Help for this page
system("nohup program &");
$SIG{HUP}='IGNORE'; exec("program &");
system("nohup program >/dev/null &");