On 9/10/05, Dave Mitchell <[EMAIL PROTECTED]> wrote:
> Undefing a sub is not the same as deleting a sub. Internally, the CV
> continues to exist, but its pad and op tree are freed. cf:

One of the items on the todo list is to allow the construct

    delete &foo;

I could finish my patch to do it if I could figure out how to delete a
CV cleanly from all the stashes where it's referenced... (subs have
this tendency to be exported in other stashes.)

Reply via email to