in reply to fork()ing and sharing data amongst children

If you're looking for an easy communication path, you can do this on Unix (but not DOS, apparently):
if ( my $pid = open( $name, "-|" ) ) # fork a child {...}
<shameless self promotion>
See this node for the complete example.
</shameless self promotion>

-QM
--
Quantum Mechanics: The dreams stuff is made of