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


in reply to Update the current region/buffer in Emacs via Perl

Very cool. VERY cool. But some people may prefer changing the command to this...

(read-from-minibuffer "Replace region command: " '("perl -ple \'\'" . +12 ))

  1. without the -l, you lose any newlines in your buffer
  2. shell-command-on-region seems to use a normal shell, which means the double quotes won't going to protect any variables in your region.