Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
How to create a multiple threads on a function ?
i have a variable like
my $thrcount=getValueFromPath($testcase,"TestCase/TCount");
which returns a count from an xml , which is loaded in $testcase.
i want create $thrcount of threads on a function called putdata.