http://qs321.pair.com?node_id=963134


in reply to Re: Sub ref from string without eval
in thread Sub ref from string without eval

To quote strict:

There is one exception to this rule:

$bar = \&{'foo'}; &$bar;

is allowed so that goto &$AUTOLOAD would not break under stricture.