I'm writing a program which needs to fork off a bunch of worker childen and then it needs to talk to them. I'd like to do this using IO::Socket::UNIX, but I've never done anything like that before. Does anyone have some examples they could point me to which demonstrate parent / child IPC using IO::Socket::UNIX?