in reply to Re^4: using parallel processing to concatenate a string, where order of concatenation doesn't matter
in thread using parallel processing to concatenate a string, where order of concatenation doesn't matter
Fix the module as follows:
Line 197: Change Threads->new to Thread->new.
Line 292: Insert require Thread; before require Thread::Semaphore;.
These fixes have not been tested, just like the module itself:
Threads are unstested. Forks work; threads are still in progress. The code may work but I have not tested it yet.
Update: Added spelling fix.
|
|---|