in reply to Re^2: Remove return on multiple lines between 2 characters
in thread Remove return on multiple lines between 2 characters

Just wanted to point this out from $/:

Good point! But irrelevant in this case, since all newline characters are removed from the matching paragraph. So even if there were multiple leading "\n" characters per record, the output would be the same.

perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'
  • Comment on Re^3: Remove return on multiple lines between 2 characters