![]() |
![]() |
perl.destroyDestroys a perl execution context |
Syntax |
|
Description |
Destroys the perl execution context <context_name>.
If the context is not existing then a warning is printed unless the
-q switch is used. The destruction will clear any state associated to the context including the stored functions, classes and variable symbols. You may want to destroy a context to re-initialize its state or to simply clear it's memory when it's no longer needed. |
See also |
perl.begin |