in reply to Re: Help with objects.
in thread Help with objects.

It's a very siple variant. But we look for something - sub anything { $conf=SUPER::conf; }

Replies are listed 'Best First'.
Re^3: Help with objects.
by wazoox (Prior) on Mar 14, 2006 at 12:11 UTC
Re^3: Help with objects.
by pajout (Curate) on Mar 14, 2006 at 12:20 UTC
    My English is poor, so I am not able to understand, what do you really want...
    You have two modules, both implements method 'new'. So you can create instance of the class everywhere in your code, with no care about ISA or SUPER...
    Is your problem that the $conf does not match your criteria and you would rather used the class-parent of the $conf instance?