in reply to Re: Creating sub from string without munging the symbol table
in thread Creating sub from string without munging the symbol table

Your post *may* have been helpful for myself and future readers of this thread if you explained *why* not to do it, and or examples of code how to get around it, which is what my question was in the first place.

  • Comment on Re^2: Creating sub from string without munging the symbol table

Replies are listed 'Best First'.
Re^3: Creating sub from string without munging the symbol table
by jeffenstein (Hermit) on Jun 23, 2015 at 09:03 UTC

    I'm guessing sundialsvc4 read it as "create an entire subroutine from a string", when in reality you are asking only about "adding a subroutine to the symbol table using a string for the name"