in reply to Re^2: Accessing class data from a second thread
in thread Accessing class data from a second thread

Are you assigning a hash or array reference to a shared scalar?

If so, be sure to share the hash/array before taking the reference.

  • Comment on Re^3: Accessing class data from a second thread

Replies are listed 'Best First'.
Re^4: Accessing class data from a second thread
by Anonymous Monk on Jun 20, 2011 at 19:48 UTC
    I am assigning an instance of a class to the shared scalar.