C<func(arg1, E<13> arg2 E<13> arg3 E<13> arg4) E<13>>
pod2html [i.e., Pod::Html -- SMB] outputs something like this
First off, I wish to seize this opportunity to repeat my observation that Pod::Html is a heap of rotting entrails left from the slaughter of a flailing misshapen beast that should never have been born.
I'm replacing it very soon. I'm currently just folding in some things Graham Barr sent me, and that will hopefully be it.
<p> func(arg1 E<13>, arg2 E<13> arg3 E<13> arg4) E<13>
instead of
<p> func(arg1 arg2 arg3 arg4)
E<13> should indeed become , and not E<13>.
However, don't be terribly surprised E<13> doesn't work happily across different HTML browsers; and don't be surprised if E<13> (i.e, becoming a CR character in the doctree) fails to force a newline in the output format, whether HTML or something else.
I think I meant to discuss E<13>/E<10> in perlpodspec (as I did with E<160>), but basically forgot, and I now am not sure what I would even have said!
In the meantime: I advise against using E<13>/E<10>. Sorry.
-- Sean M. Burke http://search.cpan.org/~sburke/
