Help for this page

Select Code to Download


  1. or download this
    try {
        my $proc = Proc::Async.new('bad-executable', :w);
    ...
    }
    
    say "done";
    
  2. or download this
    $ perl6 -v
    This is Rakudo version 2017.01 built on MoarVM version 2017.01
    ...
    $ perl6 testit.pl
    try sending to bad executable
    $