in reply to Re^3: Templating suggestions for code generation
in thread Templating suggestions for code generation

I find in general that POST_CHOMP nearly always "does the right thing" for line-oriented output. I just have to remember the occasional "+" for those items that appear at the end of a line where I really do want to keep the newline.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on Re^4: Templating suggestions for code generation