I export a few symbols (#defines from the library header) in the my module Foo.
In writing a helper function in package Foo::Bar, I want to use these symbols, but they don't seem to be available in Foo::Bar, and I get the standard Bareword "BLAH" not allowed while "strict subs" in use error. Needless to say, this all works fine if the symbols are used by calling programs. Any idea what I need to do to get the symbols working in the helper function in Foo::Bar? Do you need an example? Regards Jeff