in reply to Re^8: search and replace strings in different files in a directory (Path::Tiny)
in thread search and replace strings in different files in a directory

But actually qw/ dd / is not needed here, because the Data::Dump module exports dd by default.

While technically its "not needed", it sure does document rather well where dd comes from :) so its there for documentation

  • Comment on Re^9: search and replace strings in different files in a directory (Path::Tiny)