in reply to Re: How can I keep object arguments private
in thread How can I keep object arguments private
I am able to return just the wanted values without deleting any other properties of the object.$self->{'countries'}->{$country_code}->{'fullname'}= $country; $self->{'countries'}->{$country_code}->{'warnings'} = \%warn; return $self->{'countries'};
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: How can I keep object arguments private
by pemungkah (Priest) on May 24, 2010 at 05:47 UTC |