chiron has asked for the wisdom of the Perl Monks concerning the following question:
Thanks!while (($key, $value) = each(%$config->{ 'DATA' })) { }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Loop through hash reference
by moritz (Cardinal) on Mar 12, 2009 at 08:43 UTC | |
|
Re: Loop through hash reference
by planetscape (Chancellor) on Mar 12, 2009 at 11:16 UTC |