Hi. I am working in a project of perl in which I use a child thread to continue accepting client connections while the main thread is blocked. My problem is that I need to share a hash which has two levels of depth and I have read in perldoc that ithreads don�t allow to share references which have more than two leves of depth. Is there any posibility to do this or is it impossible?. If it is possible, please, explain me how to declare it. I know declare for one level of depth:

$hash = &share({});

Nothing more. Thank you very much.


Reply via email to