<?xml version="1.0" encoding="windows-1252"?>
<node id="426236" title="Re^3: &quot;Secret&quot; operators" created="2005-01-29 10:54:41" updated="2005-08-15 13:27:07">
<type id="11">
note</type>
<author id="302862">
mauke</author>
<data>
<field name="doctext">
That's the &lt;code&gt;&lt;&gt;&lt;/code&gt; operator. &lt;code&gt;=$something=&lt;/code&gt; isn't a simple
scalar, so it's equivalent to &lt;code&gt;glob("=$something=")&lt;/code&gt;. On the
other hand, &lt;code&gt;&lt;$something&gt;&lt;/code&gt; means &lt;code&gt;readline($something)&lt;/code&gt;.
(For special weirdness, &lt;code&gt;&lt;$ something&gt;&lt;/code&gt; is the same
as &lt;code&gt;glob($something)&lt;/code&gt;.)
&lt;p&gt;
See [doc://glob], [doc://readline] and [http://perldoc.com/perl5.8.4/pod/perlop.html#I-O-Operators|I/O Operators in perlop] for details.
</field>
<field name="root_node">
426037</field>
<field name="parent_node">
426059</field>
</data>
</node>
