Dave Mitchell wrote: > Okay, here's a patch. When Safe code is eval'ed now, there are no > lexical variables declared within any nested scope, apart from one called > $__ExPr__, which is actually local to the code being evaled and has no > connection with a lexical variable of the same name that happens to be in > an outer nested scope and which is used by Safe.pm. Thanks, applied as #21063. (I also incremented Safe's VERSION.)