my $coderef = $self -> { CALLBACK }{ ALL } || $self -> { CALLBACK }{ TAG }{ $tag }; defined( $coderef ) and $coderef -> ( $tref );