http://www.perlmonks.org?node_id=375156


in reply to Re: Advanced subroutine and symbol table manipultation
in thread Advanced subroutine and symbol table manipultation

Wow, that's great too. I added a 'use strict' to the top of it and it still works great.

I think I was getting confused because I was under the impression that you must undef the subroutine before you can redefine it, and I was having trouble getting undef $var to not undef $var itself but the function name stored in $var.

Thanks!
  • Comment on Re^2: Advanced subroutine and symbol table manipultation