<?xml version="1.0" encoding="windows-1252"?>
<node id="1015035" title="Re: Reading from an array using angle brackets" created="2013-01-23 16:57:27" updated="2013-01-23 16:57:27">
<type id="11">
note</type>
<author id="622051">
toolic</author>
<data>
<field name="doctext">
&lt;p&gt;Use [doc://B::Deparse] (Tip #6 from the [Basic debugging checklist]) to see how perl treats your code:

&lt;c&gt;
use warnings;
use strict 'refs';
my(@A) = ('a', 'b', 'c');
use File::Glob ();
while (defined(my $x = glob(join($", @A)))) {
    do {
        print "$x\n"
    };
}
print "@A\n";
&lt;/c&gt;


</field>
<field name="root_node">
1015029</field>
<field name="parent_node">
1015029</field>
</data>
</node>
