sub get_set :lvalue { my ($self, $key) = @_; my $junk; key_ok( $key ) ? $self->{ $key } : $junk; }