The standard unix/linux tools for filtering/changing strings (or patterns) in files from the commandline are sed and awk. But what if you want to change strings  in-place  in the files without the burden of creating new files and replacing the old ones afterwards?
The "perl pie" is a …