Help for this page
find src/bleadperl -name '*.pm' -o -name '*.pl' -print0 | xargs -n1 -0 + perl -Mre=debug > some-file.txt perl this-program some-file.txt
use strict; use warnings; ... } print "NFA $nfa_ct / DFA $dfa_ct / BM $bm_ct\n";