Hello Perl monks..
I have a problem, i want to share my data among threads, which are created using forks. I tried by passing references and changing them, hoping that changes will be reflected in all the threads...but didn't work.
Please give some idea, about it. I am working Solaris System, without forks.pm module.
Thanks in Advance