in reply to Re: should a module export FUNCTIONS or VARIABLES?
in thread should a module export FUNCTIONS or VARIABLES?

thanks ... I think that this is a really good suggestion. Until I can properly grok the OO concepts and syntax, I'll export a single function that returns a hash of all the other items. If the user wants all of the functions available, they can access them directly.

thanks again! -s-
  • Comment on Re: Re: should a module export FUNCTIONS or VARIABLES?