$SIG{CHLD}=sub { wait(); print "Child exited\n";}; $| = 1; exec("/usr/local/bin/monster", "-i$id", "$filePath$file") unless fork(); return 0;