Help for this page
unless (defined ($pid = fork)) { ... } close(FIFO); waitpid($pid, 0); #clean up
system "/usr/bin/mkfifo $pipeline/OUT/locateXY"; ... system "rm $pipeline/OUT/locateXY"; #to clean up if required