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?

Reply via email to