<div>I was throwing together a quick language list, so I pulled some of them from hyperpolyglot, including Perl.  So, guess it's not a dedicated comment syntax, but it does nest (the document you linked says it doesn't, but it's outdated).<br>
<br>Found out that Lua also uses dead-code strings as comments.  It supports nested strings, but the delimiters in each layer must be distinct.  Trying to nest them otherwise is a syntax error, so you can't accidentally end a string early like you can with quote delimiters.<br>
</div><br><div class="gmail_quote">On Sat, Jun 16, 2012 at 2:56 AM, Paul Moore <span dir="ltr"><<a href="mailto:p.f.moore@gmail.com" target="_blank">p.f.moore@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 16 June 2012 02:00, David Gates <<a href="mailto:gatesda@gmail.com">gatesda@gmail.com</a>> wrote:<br>
> A Perl nested comment:<br>
><br>
> =for<br>
>   Comment<br>
>   =for<br>
>     Nested comment<br>
>   =cut<br>
> =cut<br>
<br>
And the irony is that, as far as I recall, this is a form of Perl's<br>
embedded documentation syntax (and hence very similar in spirit to<br>
using multiline strings as comments). See<br>
<a href="http://www.perl6.org/archive//rfc/5.html" target="_blank">http://www.perl6.org/archive//rfc/5.html</a> (and note that perl 6 does<br>
*not*, apparently, include multiline comments).<br>
<span class="HOEnZb"><font color="#888888"><br>
Paul.<br>
</font></span></blockquote></div><br>