in reply to Re: Symbol::List
in thread Devel::GetSymbols (fka Symbol::List)

Well, think of a module which contains just constants used in other modules/programs.
And imagine you have LOTS of them!

You'll love a way to export them with something simple like @EXPORT_OK = Symbol::List::symbols('CODE');.

I think the module is a great idea.