Help for this page
# this hash has list (keys) of all the files previously processed my %processed = map { $_ => 1 } @arraytocompare; ... closedir DIR;
# this hash has list (keys) of all the files previously processed my %processed = map { $_ => 1 } 100001 .. 108000; ... print scalar @newarray, "\n";