in reply to Re^2: Runing "regular" code with threaded perl
in thread Runing "regular" code with threaded perl

What Corion means by "was written to use threads" is simply: does your script contain the statement:
use threads;

If not, the threading features of perl will not be used.