in reply to Re: what would you like to see in perl5.12? (nested statement modifiers)
in thread what would you like to see in perl5.12?
Also, any parenthesized or bracketed expression is now parsed as a statement, so you can nest modifiers to your heart's content as long as you parenthesize. In particular, this allows you to use a list comprehension for a slice subscript.%desc{$_} if .path for <n ne e se s sw w nw up down>
Update: changed @desc to %desc as noted by wolverian++
|
|---|