my Sub @array = ( &infix:, &infix:, &infix:); sub hof ( &foo ) { foo(3,42) } my &op = &infix:; say hof &op; # 3