Smylers wrote:
Luke Palmer writes:

for @(@ranges[1]) -> $i {

Oooh, where did that dereferencing syntax come from, using parens rather than braces?

It isn't a dereferencing syntax--it's a context-forcing syntax (one I'm intimately familiar with), which forces @ranges[1] into list context. Which shouldn't affect anything. So I think it's probably a mistake.


--
Brent "Dax" Royal-Gordon <[EMAIL PROTECTED]>
Perl and Parrot hacker

Oceania has always been at war with Eastasia.

Reply via email to