Here's Eval::FETCH
sub FETCH { my ($self, $key) = @_; $key; # Do NOTHING! }
What was that all about?
continued...