Use B::Deparse (Tip #6 from the Basic debugging checklist) to see how perl treats your code:
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";
In reply to Re: Reading from an array using angle brackets
by toolic
in thread Reading from an array using angle brackets
by bounsy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |