my need is to return data from each thread / fork child. it can be hash / object / string or whatever . This is the reason I'm using threads instead of forks.
As far as I know - there is no way returning data from fork child.. only with threads... am I correct ?