Phil Carmody wrote: > > What is > @{[ ... ]} > ? > > It's not in perlsyn, perlop, perlvar ... >
It's like this: $ref = [$w=1,map$w*=$_/--$;,-pop..-1]; print "@$ref\n"; only with an anonymous array reference and dereference. I keep forgetting about that one, too. It would have helped most of my solutions... Chris