in reply to Re: Re: Placing references onto thread queues (Perl 5.8)
in thread Placing references onto thread queues (Perl 5.8)
By removing use threads, you are basically disabling shared variables, making the process of sharing a variable a noop.
What you have without use threads is a very expensive, object oriented way of pushing and popping an array in a single process.
Liz
|
|---|