in reply to Re: Problem calling a function with name stored into scalar
in thread Problem calling a function with name stored into scalar

That seems to be what I'm doing. I've tried adding the braces around the $func var like so:
print STDERR "(\&\$func) TRUE!\n" if &{$func}(42, 1);
But it doesn't seem to matter. Same error. This is from a larger piece of code, obviously, so perhaps something strange is going on behind the scenes.