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


in reply to Re^4: subroutine ref while "strict refs"
in thread subroutine ref while "strict refs"

The sub routines will all be in a module which will obviously need a 'use' statement to reference it, so if adding a new sub routine to the hash table, only the called module will need to be updated.
  • Comment on Re^5: subroutine ref while "strict refs"