in reply to Re^2: OO Perl: Nested classes question
in thread OO Perl: Nested classes question
Actually I did solved the problem with some Java-Collegue, who pointed my mistake, but not so elegant way (I used two methods, one for adding new class, another for setting / getting it's values).$self->{_condition}{$condition} ||= new Condition;
|
|---|