<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Delimiter - Page 13 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=delimiter&amp;p=12">1.Previous</a><br />
<a accesskey="3" href="page.php?w=delimiter&amp;p=14">3.Next</a>
</p>

<p><big>Dual quoting delimiters</big></p>
<p>In contrast to escape sequences and escape characters, dual delimiters provide yet another way to avoid delimiter collision. Some languages, for example, allow the use of either a single quote (') or a double quote (") to specify a string literal. For example, in <a href="page.php?w=Perl">Perl</a>:</p>

<p><syntaxhighlight lang="perl">print 'Nancy said "Hello World!" to the crowd.';</syntaxhighlight></p>

<p>produces the desired output without requiring escapes. This approach, however, only works when the string</p><p>
<a accesskey="1" href="page.php?w=delimiter&amp;p=12">1.Previous</a><br />
<a accesskey="3" href="page.php?w=delimiter&amp;p=14">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
