in reply to Re^2: Problem with setting Variables in Perl Modules
in thread Problem with setting Variables in Perl Modules

By convention, lowercase modules names are reserved for pragmas.

Core modules use both all lowercase and camelcase names.

  • Comment on Re^3: Problem with setting Variables in Perl Modules