Hi All

I have a HASH built likr 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_coe, how do I do that?