in reply to Hash/Array slice : how to exclude items?

Is there an exclude-slice selection? e.g. %hash{-'schema', -'log'}, meaning include everything except those.
delete @hash{'schema', 'log'}
  • Comment on Re: Hash/Array slice : how to exclude items?