in reply to Re: How can I keep object arguments private
in thread How can I keep object arguments private
Doing this gets me a return value that I want: MeteoalarmCountry::countries->{fullname} and ...:countries->{warnings}. I have no need to keep this values in the object.$country_warnings->{$country_code}->{'fullname'} =$country; $country_warnings->{$country_code}->{'warnings'} = \%warn; return $country_warnings;
|
---|