<p>Спасибо понял. <br />Стормозил однако. </p><p>Посмотрел сейчас&nbsp;в &quot;Верблюде&quot;: </p><p><em>&nbsp;The =&gt; operator is just a synonym for a comma, but it&#39;s more visually distinctive, and it also <strong>quotes any bare identifiers to the left of it</strong> (just like the identifiers in braces above), which makes it nice for initializing hash variables:</em></p><p>&nbsp;Само определение <strong>bare identifiers&nbsp;</strong>&quot;с полпинка&quot; в этой книге не нашел (в русском глоссарии не совсем то), но нагуглил:</p><p><em>A bareword is any combination of letters, numbers, and underscores, and is not qualified by any symbols. That is, while $apple is a scalar and @apple is an array, apple is a bareword.</em></p><p>Короче, говоря, разобрался! :)</p><p><br />18.12.07, 16:11, Denis Evdokimov (evdokimov.denis@gmail.com): <br /><br />&gt; &gt;куда девался плюс перед trace? <br />&gt; %aa =( +aa =&gt; &#39;bb&#39;); <br />&gt; print %aa; <br />&gt; print &quot;\n&quot;; <br />&gt; %aa =(1 +aa =&gt; &#39;bb&#39;); <br />&gt; print %aa; <br />&gt; плюс посчитался ;-) <br />&gt; ______________________________________________________________________ <br />&gt; Moscow.pm mailing list <br />&gt; moscow-pm@pm.org | http://moscow.pm.org <br />&gt; http://mail.pm.org/mailman/listinfo/moscow-pm <br /><br />-- <br />&quot;Люди за работой&quot;: Новый конкурс на Яндекс.Фотках http://fotki.yandex.ru/contest.xml?id=12</p>