I may be wrong, but if I understand your post, I would expect something like this to do what you want while keeping "strict".... for my $test ( @tests ) { if($mask & $byte{$test}) { # (updated: forgot this line initiall +y) eval "\$t->$test() or die"; $mask ^= $byte{$test} if ( $@ ); } } ...
In reply to Re: Function refs, and trying to keep strict
by graff
in thread Function refs, and trying to keep strict
by jaco
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |