in reply to Re: Class::Struct - Not a CODE referemce
in thread Class::Struct - Not a CODE referemce
1357==>b if ($self->{TT}->call_category($key) != undef) 1358 { 1359 # Do something, never reached 1360 }
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;
Do you have any pointer what's wrong here?n Not a CODE reference at ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Class::Struct - Not a CODE referemce
by almut (Canon) on Jun 08, 2010 at 14:45 UTC | |
by ungerma (Initiate) on Jun 08, 2010 at 16:17 UTC |