Damian Conway <damian@conway.org> writes: > In any case, the following are still exactly the same problem and they > certainly can't be resolved by the parser (or at compile-time): Being unresolvable at compile time is exactly what makes these cases not the same. Compare: \1++; # compile time error *a = \1; $a++; # run-time error -- JohanThread Previous | Thread Next