http://www.perlmonks.org?node_id=807638


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