sub value { my $self = shift; # return $self{glob} # will never work return $self->{glob} # might work }