in reply to Re: Re: What is the correct way to use Thread::Queue::Any ?
in thread What is the correct way to use Thread::Queue::Any ?

I thought that enqueuing an undef would have stopped that while loop
Nope, that's a list assignment in scalar context, which evaluates to the number of items on the right of the assignment.
  • Comment on Re: Re: Re: What is the correct way to use Thread::Queue::Any ?