> Imagine: > > @strings ^=~ s/pattern/replacement/; > > @refs = ^\ @list; > > @objects^.method(); > > @values^++; > Both text-processing and number-crunching examples are here: http://dev.perl.org/rfc/82.html#EXAMPLES
Adding the '^' before each operator is left as an exercise for the reader.