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


in reply to Re^5: Comparing Values PER Sub-folder
in thread Comparing Values PER Sub-folder

Looks like I had some type of perl package mis-match. I was attempting to initialize File::Find::Rule on a prior test, which conflicted with something. I re-arranged something also in a different sub and it seems to be working just fine now. I think slurp is a good way to grab this, by setting these to a variable I think a simple comparison of directory to file lines should work well, but I will post again if something else seems to go astray. Thank you for your help!