in reply to Re: Sub ref from string without evalin thread Sub ref from string without eval
To quote strict:
There is one exception to this rule: $bar = \&{'foo'}; &$bar; [download] is allowed so that goto &$AUTOLOAD would not break under stricture.
There is one exception to this rule:
$bar = \&{'foo'}; &$bar; [download]
is allowed so that goto &$AUTOLOAD would not break under stricture.