perldoc threads says:
The use of interpreter-based threads in perl is officially discouraged.
Are there any other Perl based threads
As long as I know, there are not any reliable thread implemantations. You should stick to some event-based modules, like Coro, AnyEvent, IO::Async etc.