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

perl.j has asked for the wisdom of the Perl Monks concerning the following question:

Hello!

So here is my problem: I want to go through all of the file in a directory, and s/5/6/.

How can I open all of the file in the directory, and substitute all of the 5s for 6s?

--perl.j