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

pkk has asked for the wisdom of the Perl Monks concerning the following question:

perl -pi -w -e 's/find/replace/g;' *.txt

How do I make the above one-liner to find and replace in sub-directories ?

Thanks.