in reply to Re: Understanding errors
in thread Understanding errors

I hate this error and I specifically disable it in my modules. There is not supposed to be any GetGroups.al file as part of the distribution. This just means that the module uses an AUTOLOAD or (more likely) inherits from a module that uses an AUTOLOAD and the module doesn't define a GetGroups subroutine.

The real problem is that last bit: The module doesn't define a GetGroups subroutine. Either you've got the wrong module or you've mispelled the subroutine name.

        - tye (but my friends call me "Tye")