Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created August 12, 2018 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/d1d8f3ebe279654b2f78044482ca929e to your computer and use it in GitHub Desktop.
Save Whateverable/d1d8f3ebe279654b2f78044482ca929e to your computer and use it in GitHub Desktop.
evalable6
my $p=Proc::Async.new("/bin/sh", "-c", "echo '42'; echo '100' >&2"); $proc.Supply.act: { .print }; await $proc.start;
(exit code 1)
===SORRY!=== Error while compiling /tmp/FTtAXOBXNb
Variable '$proc' is not declared. Did you mean 'Proc'?
at /tmp/FTtAXOBXNb:1
------> h", "-c", "echo '42'; echo '100' >&2"); ⏏$proc.Supply.act: { .print }; await $pro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment