well i tried fork(); before the subroutine calls, and it hangs as usual
i'll give those perldocs a look
remember, i want to execute 4 subroutines at once, each doing
a system call to `cat file`.. and all 4 subroutines have
an infinite loop with a sleep statement inside...