SyntaxFix
Write A Post
Hire A Developer
Questions
In Perl 5.14 (it works in now in Perl 5.13), we'll be able to just use keys on the hash reference
use v5.13.7; foreach my $key (keys $ad_grp_ref) { ... }