Hi,
I am trying to read a file containing perl program in
another perl program and evaluate it in the second program's
context. I wrap the read text in a package before invoking
eval. The problem is that it works for small files, but for
a bigger file, it says "panic: top_env". please help.
thanks,
jay