merrittr has asked for the wisdom of the Perl Monks concerning the following question:
Hi All
I have a HASH built like this
{ . my @theta = $reg->theta(); $reg_coes{$id} = $theta[1]; $reg->print(); } return \%reg_coes;
what I want to do is print out the key and value in reg_coes, how do I do that?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: printing contents of a hash
by Athanasius (Archbishop) on Apr 05, 2021 at 07:32 UTC | |
|
Re: printing contents of a hash
by davido (Cardinal) on Apr 05, 2021 at 15:57 UTC | |
by merrittr (Novice) on Apr 07, 2021 at 02:06 UTC | |
|
Re: printing contents of a hash
by stevieb (Canon) on Apr 05, 2021 at 18:32 UTC | |
by merrittr (Novice) on Apr 07, 2021 at 02:08 UTC |