Re: Installing Perl ithreads in perl 5.8

[email protected] ("Jerry D. Hedden") Tue, 23 Mar 2010 09:59:38 -0400
Newsgroups perl.ithreads
Message-ID <[email protected]>
Look at the 'forks' module:
http://search.cpan.org/~rybskej/forks-0.33/lib/forks.pm

On Tue, Mar 23, 2010 at 01:00, Ajeet Kumar <[email protected]> wrote:
> I want to share variable among threads, where threads are created using =
=A0fork, not using ithreads.So, How to move with it? I had tried the follow=
ing :-