# Read a key or use the feeded key. my $key = $this->{-feedkey}; unless (defined $key) { $key = $this->get_key($this->{-read_timeout}); } $this->{-feedkey} = undef;