Help for this page
use threads; use threads::shared; my @block : shared; # block of data ... $i++; $tmp = getnewsline(); } return; }
from 1: foo(45,999) from 2: bar(48,999) from 3: foo(45,999) ... from 8: a(1050,999)