Stas Bekman wrote:
I used IPC::Shareable for sharing 3 arrays between 2 process . Among those, 2 are 2D arrays and one is 3D array. Its woking fine for 2D
arrays but does not work for 3D array. If I modify the values in the 3D
array its not reflecting in the main script itself.

That sounds like the classic problem with TIE and nested data structures, as described here:
http://search.cpan.org/author/CHAMAS/MLDBM-2.01/lib/MLDBM.pm#BUGS


There is a simple workaround for it, also described there.

- Perrin

Reply via email to