Help for this page

Select Code to Download


  1. or download this
    foreach $key (keys %extractDataFunctionHash)
       {
    ...
          $numInHash = %$EDHRef;
          printf("\nPASS: Data extraction complete for %s...%d items in ha
    +sh.\n", $key, $numInHash);
       }
    
  2. or download this
    $EDHRef->{$key} = \@extractedLinesArray;