in reply to Re: Problem calling a function with name stored into scalar
in thread Problem calling a function with name stored into scalar
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.print STDERR "(\&\$func) TRUE!\n" if &{$func}(42, 1);
|
|---|