in reply to Re: Need help looping through hash
in thread Need help looping through HoH

$VAR1 = { 'summary' => { 'allotments' => 679 }, 'prefix' => { '32 ' => 425, '45 ' => 5, '41 ' => 2, '46 ' => 5, '44 ' => 1, '47 ' => 9, '43 ' => 1, '27 ' => 1, '48 ' => 212, '22 ' => 14, '29 ' => 2, '40 ' => 2 } };
Thanks for the "\" advice for Data::Dumper. That does look a lot better. I will read the URLs that everyone suggested and see what I come up with. Thanks again!