find src/bleadperl -name '*.pm' -o -name '*.pl' -print0 | xargs -n1 -0 perl -Mre=debug > some-file.txt perl this-program some-file.txt