in reply to Possibly Stupid OOP question

BTW, your code could use some Use strict and warnings. And why the useless use of import()?

Replies are listed 'Best First'.
Re^2: Possibly Stupid OOP question
by talwyn (Monk) on Feb 27, 2008 at 01:06 UTC
    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 !