Help for this page
my $arrayref = [ 'Country', 'location', 'language' ];
my $hashref = { 'name' => "Harsha", 'designation' => "Manager" }
push %$hashref{personal},$arrayref;