Following your suggestions I first had to refactorise it into this to avoid compilation error from redefining $coderef:
But as soon as I ran that the program worked as supposed to immediately. Thanks very much!my $coderef = $self -> { CALLBACK }{ ALL } || $self -> + { CALLBACK }{ TAG }{ $tag }; defined( $coderef ) and $coderef -> ( $tref );
-M
Free your mind
In reply to Re^5: Code reference problem
by Moron
in thread Code reference problem
by Moron
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |