Help for this page
my $DataQueue = Thread::Queue->new; my $href = {'A'=>'1', ... }; $DataQueue->enqueue($href);
Invalid value for shared scalar at C:/Perl/lib/Thread/Queue.pm line 90 +.