<?xml version="1.0" encoding="windows-1252"?>
<node id="950761" title="Re^2: Perl Best Practices" created="2012-01-30 07:28:28" updated="2012-01-30 07:28:28">
<type id="11">
note</type>
<author id="841715">
WillC</author>
<data>
<field name="doctext">
my $x = ( 1, 2, 3 );
my ($y) = ( 1, 2, 3 );

say $x;
say $y;

... gives different results for the two styles if more than one thing is passed. So I'd stick with my ($x) = ...
</field>
<field name="root_node">
477093</field>
<field name="parent_node">
481519</field>
</data>
</node>
