in reply to Thread::new causes Undefined subroutine &threads::new

I'm trying to use Multithreading in the following line of code:

$t=new Thread(\&checkTest);

perldoc Thread:

NAME Thread - manipulate threads in Perl (for old code only)