for my $key (keys %{$href}) { 
    print "$key =>; ${$href}{$key}\n"; 
}