sub print_hash { my $href = shift; print "$_\t=> $href->{$_}\n" for keys %{$href}; }