http://qs1969.pair.com?node_id=192613


in reply to output of Find::File into an array

You can push into @filesfound within find's code block. I suspect that you'll find considerable help from mirod's post, here: Why I hate File::Find and how I (hope I) fixed it.

mkmcconn