On Tue Jul 31 05:05:12 2001, jefpin@towers.crusoe.net wrote: > [Please enter your report here] > > @a = (1..5); > { > local $#a = 2; > print "@a\n"; > } > print "@a\n"; > > __END__ > 1 2 3 > 1 2 3 > > That's a bit discouraging. I'm not sure there's a sane way to support this. At the very least we could this warn. It's really easy to do at runtime and shouldn't be too hard at compile-time either, I think. LeonThread Previous | Thread Next