* Michael A Nachbaur <[EMAIL PROTECTED]> [2003-09-23 23:48]: > Yes, it exports the result of multiple queries, right now, as > defined in a config file managed by Config::General.
One last comment: if you want to make this a generically useful module, and unless your configuration is so complex that it needs a dedicate language to express it, then the module should instead just take a Perl datastructure. Any possibly used configuration file (and its format) should be the responsibility of the program using the module, not the module itself. This is so you don't force one-off script writers to write an extra config file, and don't prevent people who use your module in a large application from integrating its configuration with the rest of their configuration mechanism. -- Regards, Aristotle "If you can't laugh at yourself, you don't take life seriously enough."
