in reply to Re: "panic: top_env": Is this error resulting from a Perl bug?
in thread "panic: top_env": Is this error resulting from a Perl bug?

Usually when perl panics, it lacks confidence in the integrity of its internal state and therefore tries to require as little as possible of itself to get the error message out.

For example, things like "panic: out of memory" would be little use if they went through a path that tried to allocate memory.

Hugo

  • Comment on Re^2: "panic: top_env": Is this error resulting from a Perl bug?