http://www.perlmonks.org?node_id=181429


in reply to File::Find preprocess difficulties

It appears that when passing follow => 1, File::Find uses a different internal function for walking the filesystem, and this function does not use the preprocess code. Lame.

Also, it processes the preprocessed list in reverse order, so my sort had to be reversed.

Thanks anyways..