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


in reply to Re^6: Quote and Quote-like Operators (heredocs break)
in thread Quote and Quote-like Operators

I totally agree with you. Heredocs, as implemented in Perl5 are a maintenance problem waiting to happen. I frankly cant stand it when I indent a chunk of code and breaks in all kinds of bizarro ways because it has stupid here docs in it.

---
$world=~s/war/peace/g

  • Comment on Re^7: Quote and Quote-like Operators (heredocs break)