in reply to Re^4: Code reference problem
in thread Code reference problem
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
|
|---|