On Thu, Jun 14, 2018 at 6:11 PM, Timo Paulssen <t...@wakelift.de> wrote:
> If it's literally just the name of a sub that you'll immediately invoke, > you can side-step EVAL completely > > ::('&' ~ $RunSpecific)() > > should do the trick. > I haven't been much into Perl 6 lately, but isn't this just the same as &::($RunSpecific)() ... which is easier on these old eyes? Eirik