in reply to Another forking question!

Extremely possible. You could do it via any number of methods mentioned in perldoc perlipc -- named pipes, sockets, anonymous pipes via fork.

I'd look into named pipes, in this case, as they're extremely simple to use (if you're on a Unixy machine), and don't require learning or doing many new things. (Not that learning is bad, but start simple.)