in reply to Reconfiguration of classes in an "inheritable" manner

> i'm stuck with pretty basic perl unfortunately

You say that like it's a bad thing :-).

> In essence, i'm doing all this to replicate a sort of "inheritable class variable". Is that something thats natively possible?

I think you just need an our in the parent class and use parent in the base class.