Help for this page
if ( $totalKeys le $numThreads ) { $numThreads = $totalKeys; }
for my $href (@arrHash) { my $t = threads->create( \&Thread, \%$href, $sourcePath, $destinationPath ); push( @arrThreads, $t ); }