I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time
for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or
on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news,
I hope these links will serve you well.
Posted on 2012-02-20 05:09:21.926591-08
by jdheddenin response to 13646
Re: Is this efficient?
For shared data, there is a memory space in the main thread that maintains the data, and all other threads access the data from there. Therefore, the 100MB data only takes up 100MB.