in reply to Re^2: How to call a perl function without its context?
in thread How to call a perl function without its context?

If you want to reject functions that access global state, consider what B::Xref provides you. With that, you can get at a list of global variables used by a function.

  • Comment on Re^3: How to call a perl function without its context?