William Coleda <[EMAIL PROTECTED]> wrote: > I tried escaping the frozen_pmc in the first example with > Data::Escape::String, got the same result.
escape() was missing to escape NUL chars. Adding that and providing an ".end" for the evaled function makes it compile the code. leo