I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-12-16 13:39:01.882617-08 by daveatis
toString(1) missing newline on empty element
toString(1) does not print a newline after an empty element. For example:
<root> <a /> <b>x</b> <c>y</c> </root>
Direct Responses: Write a response