Help for this page

Select Code to Download


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