* David Nicol <davidnicol@gmail.com> [2013-07-04T01:29:42] > Are there any syntax collisions if this is simply allowed postfix, > with empty braces, and > all the slicing and so on remains the same? > […] > $HoHoA->{abc}{def}@{}[1,2,3] # new-style @{$HoHoA->{abc}{def}}[1,2,3] > $HoHoA->{abc}{def}${}[2] # new-style ${$HoHoA->{abc}{def}}[2] I don't think so. -- rjbsThread Previous | Thread Next