in reply to (tye)Re: exporter and multiple namespaces
in thread exporter and multiple namespaces
That's true. And it's easy to create spurious typeglobs
even without Exporter's help, so looking at the keys of the
%csDB:: symbol table doesn't tell all. The
proper way to tell if a function is defined is with
defined(&some_func).