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

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

<channel>
<title><![CDATA[Perl 6: WITCH pipe]]></title>
<link>http://www.perlfoundation.org/perl6/index.cgi?witch_pipe</link>
<description></description>
<pubDate>Thu, 31 Jan 2008 01:42:05 -0000</pubDate>
<webMaster>synedra@gmail.com</webMaster>
<generator>Socialtext Workspace v2.14.7.2</generator>

<item>
<title><![CDATA[WITCH pipe]]></title>
<link>http://www.perlfoundation.org/perl6/index.cgi?witch_pipe</link>
<description><![CDATA[<div class="wiki">
<h1 id="mnemonics">Mnemonics</h1>
<p>
 &quot;include&quot;, &quot;or&quot;, &quot;interpolate&quot;</p>
<ul><ul>
<li>Captures</li>
<li>any junctions</li>
<li>inclusive or</li>
</ul></ul>
<hr />
<h1 id="used_alone">Used alone</h1>
<p>
<span class="nlw_phrase">|<!-- wiki: {{|}} --></span> as a prefix <a target="_blank" title="(external link)" href="http://perlcabal.org/syn/S02.html#Lists">coerces to a Capture<!-- wiki-renamed-hyperlink "coerces to a Capture"<http://perlcabal.org/syn/S02.html#Lists> --></a> which is useful for <a target="_blank" title="(external link)" href="http://perlcabal.org/syn/S03.html#Argument_List_Interpolating">argument list interpolation<!-- wiki-renamed-hyperlink "argument list interpolation"<http://perlcabal.org/syn/S03.html#Argument_List_Interpolating> --></a> (also see <a target="_blank" title="(external link)" href="http://perlcabal.org/syn/S06.html#Flattening_argument_lists">here<!-- wiki-renamed-hyperlink "here"<http://perlcabal.org/syn/S06.html#Flattening_argument_lists> --></a>)<br />
<span class="nlw_phrase">|<!-- wiki: {{|}} --></span> between items creates an <a target="_blank" title="(external link)" href="http://perlcabal.org/syn/S03.html#Junctive_operators">any junction<!-- wiki-renamed-hyperlink "any junction"<http://perlcabal.org/syn/S03.html#Junctive_operators> --></a></p>
<h1 id="operators_containing_this_character">Operators containing this character</h1>
<p>
<span class="nlw_phrase">~| and +| and ?|<!-- wiki: {{~| and +| and ?|}} --></span> A <a target="_blank" title="(external link)" href="http://perlcabal.org/syn/S03.html#Additive_precedence">bitwise inclusive or<!-- wiki-renamed-hyperlink "bitwise inclusive or"<http://perlcabal.org/syn/S03.html#Additive_precedence> --></a><br />
<span class="nlw_phrase">||<!-- wiki: {{||}} --></span> A <a target="_blank" title="(external link)" href="http://perlcabal.org/syn/S03.html#Tight_or_precedence">tight short circuit inclusive or<!-- wiki-renamed-hyperlink "tight short circuit inclusive or"<http://perlcabal.org/syn/S03.html#Tight_or_precedence> --></a></p>
<h1 id="when_used_inside_regexes">When used inside regexes</h1>
<p>
<span class="nlw_phrase">|<!-- wiki: {{|}} --></span> splits lists of <a target="_blank" title="(external link)" href="http://perlcabal.org/syn/S05.html#Unchanged_syntactic_features">Alternatives<!-- wiki-renamed-hyperlink "Alternatives"<http://perlcabal.org/syn/S05.html#Unchanged_syntactic_features> --></a><br />
<span class="nlw_phrase">||<!-- wiki: {{||}} --></span> does the same but behaves closer to <a target="_blank" title="(external link)" href="http://perlcabal.org/syn/S05.html#Longest-token_matching">what | did in perl5<!-- wiki-renamed-hyperlink "what | did in perl5"<http://perlcabal.org/syn/S05.html#Longest=-token_matching> --></a></p>
<h1 id="other_uses">Other Uses</h1>
<p>
<span class="nlw_phrase">|<!-- wiki: {{|}} --></span> in a Signature can grab arguments in their <a target="_blank" title="(external link)" href="http://perlcabal.org/syn/S06.html#Argument_list_binding">raw Capture form<!-- wiki-renamed-hyperlink "raw Capture form"<http://perlcabal.org/syn/S06.html#Argument_list_binding> --></a><br />
<span class="nlw_phrase">|<!-- wiki: {{|}} --></span> is a <a target="_blank" title="(external link)" href="http://perlcabal.org/syn/S26.html">vertical line<!-- wiki-renamed-hyperlink "vertical line"<http://perlcabal.org/syn/S26.html> --></a> in POD tables</p>
<h1 id="old_deprecated_or_other_language_uses">Old, deprecated, or other language uses</h1>
<p>
$| is the autoflush default in perl5</p>
</div>
]]></description>
<author>Brian Julin</author>
<guid isPermaLink="true">http://www.perlfoundation.org/perl6/index.cgi?witch_pipe</guid>
<pubDate>Thu, 31 Jan 2008 01:42:05 -0000</pubDate>
</item>

</channel>
</rss>