The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<documentation title="Inline Comments">
    <standard>
    <![CDATA[
    Perl-style # comments are not allowed.
    ]]>
    </standard>
    <code_comparison>
        <code title="Valid: A // style comment.">
        <![CDATA[
<em>//</em> A comment.
        ]]>
        </code>
        <code title="Invalid: A # style comment.">
        <![CDATA[
<em>#</em> A comment.
        ]]>
        </code>
    </code_comparison>
</documentation>