in reply to Re: BEGIN initialization and memory
in thread BEGIN initialization and memory

Is the memory used for the code/ops/(?) of a BEGIN block released after it is executed? I'm thinking particularly of initialization code.

I'm talking about the memory required for the compiled perl code of the BEGIN block itself.

  • Comment on Re: Re: BEGIN initialization and memory