in reply to Re^3: PUSH Question
in thread PUSH Question

You mean ${$config}{groups}, not %{$config}{groups}, just like accessing the value for key foo in %hash is $hash{foo}, not %hash{foo}.