in reply to Hash Splice

How do you splice a hash?
I want to extract only 'foo' hash
Something like:

  my $wanted = { foo => $hash{foo} };

-David