Larry Wall writes: > > Despite the severe overloading problems, it's really gonna be hard > to do much better than > > $topic ? (.a + .b + .c) > my dog $spot ?= .new; > @array?.[.min .. .max] > > And I do think people would rebel at using Latin-1 for that one. > I get enough grief for «...». :-) > > Larry
How about <- which is not overloaded by boolean connotations and is sort of ? turned by 90 degrees . $topic<- (.a + .b + .c) my dog $spot<- = .new @array<- .[.min .. .max] arcadi