>
> >>> >> On 3 Sep 2018, at 18:41, Parrot Raiser <1parr...@gmail.com> wrote:
>> >>> >> In Perl 5, a program can hand over control to another with exec:
>> >>> >> https://perldoc.perl.org/functions/exec.html
>> >>> >> e.g  perl -e 'exec vim'  opens up vim
>> >>> >>
>> >>> >> What's the Perl 6 equivalent?
>>
>
I can't fix the problems previously pointed out, and this won't help with
Windows, but for Unixy systems, I put a little wrapper around exec* in the
ecosystem, as Native::Exec

    perl6 -MNative::Exec -e "exec 'vim'"

Reply via email to