in reply to What should I call my module?

I'd expect the dash to cause major problems - it's not valid in a package name!

Does HTML::Entities provide what you need, or maybe HTML::Entities::Numbered::Table?

True laziness is hard work

Replies are listed 'Best First'.
Re^2: What should I call my module?
by John M. Dlugosz (Monsignor) on May 09, 2011 at 21:32 UTC
    One of those contains functions to do the translation but doesn't provide access to a list. One of my uses isn't to translate at all but to validate. The other is emblazed with "do not use".

      One of those (that does not include the notice "DO NOT USE THIS MODULE DIRECTLY") includes the text:

      The module can also export the %char2entity and the %entity2char hashes, which contain the mapping from all characters to the corresponding entities (and vice versa, respectively).
      True laziness is hard work
        Ah, I missed that, since I just skimmed through the function listing and read the synopsis. I'll take another look.