Help for this page
use strict; use threads; ... $i++; } # More code.
use strict; use threads; ... # Do lengthy processing. } # More code.