in reply to Hash Splice
How do you splice a hash? I want to extract only 'foo' hash
my $wanted = { foo => $hash{foo} };
-David