in reply to How do I access an array in a Module?
You can't export lexical variables this way; you'd have to write your own custom import() method to perform typeglob assignment. Otherwise you can export package global variables.