Help for this page
foreach my $val (@xyz_chunk) { threads->create("sub", $val); }
foreach my $val (@$xyz_chunk) { threads->create("sub", $val); }