in reply to
[threads] Sharing object through threads
Threads can not share references - thus you can also work on serialised objects - but this comes with a performance penalty and additional overhead.
Comment on
Re: [threads] Sharing object through threads
In Section
Seekers of Perl Wisdom