Help for this page

Select Code to Download


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