> On 14 Jun 2018, at 18:19, The Sidhekin <sidhe...@gmail.com> wrote:
> 
> 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?

Indeed it is.

Reply via email to