Re: Thread or threads.



nadav wrote:
thinking of writing a perl script with concurrent abilities.
which Module is better 'Thread' or 'threads' ?

It depends. If you read the first few paragraphs of the
documentation for Thread, it should be obvious.
.