in reply to Re: Possibly Stupid OOP question
in thread Possibly Stupid OOP question

The compiler complained unless import was used. I assumed it wasn't aware of the other package.

Thanks for the BEGIN{} hint, that seemed to do the trick.

As far as strict and warnings, this is a code snippet, the larger app does indeed use strict

Again Thanks !