http://qs321.pair.com?node_id=1225245

toughy has asked for the wisdom of the Perl Monks concerning the following question:

Hello, I tried to write some threaded script and I ran into the warning on the threads module page:
"The use of interpreter-based threads in perl is officially discouraged."
Does this mean we should not try to write multi-threaded scripts in perl ? Use only single-treaded scripts ? That sounds so bad...