in reply to What delete from symbol table really means? (Deleting typeglob of a specified package)

You can undef the glob before deleting the symbol table element.undef $::{n}; delete $::{n};

  • Comment on Re: What delete from symbol table really means? (Deleting typeglob of a specified package)
  • Download Code