in reply to Re^2: best way to print paragraphs of text
in thread best way to print paragraphs of text

That's indeed a perl6 thing. In perl5, you need to remove the white space yourself. I would guess with Devel::Declare it may be possible to do some kind of auto-leading-white-space-removal, but my knowledge of the optree is too limited to know how.
  • Comment on Re^3: best way to print paragraphs of text