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

I wish I could get the OO concept; I've gone through the perl manpages; I've got every ORA perl book; I've got the Conway book. The only thing I don't have is understanding. ;-)

I know I'm in a minority here, but I usually have problems with Perl documentation (in whatever form) first time out. It is seldom self-contained (frequently referring to something else in Perl you don't know anything about).

My advice on Perl OO (or Perl anything) is:

  • Comment on Re: Re: Re: should a module export FUNCTIONS or VARIABLES?