$a = $b^^++; # error $a = $b++^^ * $c; # ok $a = ++$b^^ * $c; # ok but pointless