##
use Data::Dumper;
print Dumper $key
$VAR1 = 'AN-AM-BA';
####
print Dumper $self->{TT}->call_category
$VAR1 = {
'DU-EX-TA' => 16,
'*-CM-*' => 145,
# Lots more, but not the value of $key.
'*-VY-*' => 132
};
####
print Dumper $self->{TT}->call_category($key)
$VAR1 = undef;
####
n
Not a CODE reference at ...