<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title><![CDATA[Perl 6: WITCH tick]]></title>
<link>http://www.perlfoundation.org/perl6/index.cgi?witch_tick</link>
<description></description>
<pubDate>Tue, 23 Feb 2010 07:43:58 -0000</pubDate>
<webMaster>synedra@gmail.com</webMaster>
<generator>Socialtext Workspace v2.14.7.2</generator>

<item>
<title><![CDATA[WITCH tick]]></title>
<link>http://www.perlfoundation.org/perl6/index.cgi?witch_tick</link>
<description><![CDATA[<div class="wiki">
<h1 id="mnemonics">Mnemonics</h1>
<p>
 &quot;hard quote&quot;, &quot;tick&quot;</p>
<ul><ul>
<li>quote without much interpolation</li>
<li>and a couple other minor uses</li>
</ul></ul>
<hr />
<h1 id="used_as_a_brace_pair_or_quote_pair">Used as a brace pair or quote pair</h1>
<p>
'' in a bare string literal does minimal interpolation like q//<br />
'' when used with a quote introducer like q, qq, qw is just a generic quote</p>
<h1 id="when_used_inside_regexes">When used inside regexes</h1>
<p>
'' chunks multiple <a target="_blank" title="(external link)" href="http://perlcabal.org/syn/S05.html#Simplified_lexical_parsing_of_patterns">gliphs into a single literal<!-- wiki-renamed-hyperlink "gliphs into a single literal"<http://perlcabal.org/syn/S05.html#Simplified_lexical_parsing_of_patterns> --></a> as well as escaping metacharacters.</p>
<h1 id="other_uses">Other Uses</h1>
<p>
'' around a method name in a call refers to the <a target="_blank" title="(external link)" href="http://perlcabal.org/syn/S03.html#Changes_to_Perl_5_operators">prefix operator in method postfix form<!-- wiki-renamed-hyperlink "prefix operator in method postfix form"<http://perlcabal.org/syn/S03.html#Changes_to_Perl_5_operators> --></a><br />
' can be used as a symbol in an <a target="_blank" title="(external link)" href="http://perlcabal.org/syn/S02.html#Names">identifier<!-- wiki-renamed-hyperlink "identifier"<http://perlcabal.org/syn/S02.html#Names> --></a></p>
<h1 id="old_deprecated_or_other_language_uses">Old, deprecated, or other language uses</h1>
<p>
' as a namespace separator as in perl5 is always done with :: in perl6</p>
</div>
]]></description>
<author>Samuel Harrington</author>
<guid isPermaLink="true">http://www.perlfoundation.org/perl6/index.cgi?witch_tick</guid>
<pubDate>Tue, 23 Feb 2010 07:43:58 -0000</pubDate>
</item>

</channel>
</rss>