http://www.perlmonks.org?node_id=129846


in reply to Re: Would you use 'goto' here?
in thread Would you use 'goto' here?

Is there any reason why string eval is preferable to either one of these:
{ no strict 'refs'; $command->(); # OR &$command(); }

-Blake