<?xml version="1.0" encoding="windows-1252"?>
<node id="993489" title="Newbie: query about array assignment" created="2012-09-13 09:31:42" updated="2012-09-13 09:31:42">
<type id="115">
perlquestion</type>
<author id="993486">
darren_uk</author>
<data>
<field name="doctext">
This is my first post.  And as usual I'm cribbing from existing code and learning on the job rather than having the luxury of time to read the Camel book...
&lt;p&gt;&lt;/p&gt;What is the different between
&lt;br&gt;@stuff = "This","That","Other";
&lt;br&gt;and
&lt;br&gt;@stuff = ("This","That","Other");
&lt;br&gt;?
&lt;p&gt;&lt;/p&gt;
print @stuff; gives me what I expect with the parenthesis, but I'm curious what's happening (how perl's interpreting) the first form without the parenthesis.</field>
</data>
</node>
