in reply to How to include a large number of constants?

require is to happen at runtime, which leaves the compiler with a bareword and nothing to match in the symbol table. Arrange to use the file instead, since that happens at compile time.

After Compline,
Zaxo

  • Comment on Re: How to include a large number of constants?