... $sam= defined($opts->{Access}) ? $opts->{Access} : $this->Access; $sam= _constant($sam,"key access type") if $sam =~ /^KEY_/; $sam = KEY_READ; # <--- force value for debugging ...