Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created March 9, 2017 19:32
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 zoffixznet/42a5970c23f4ce1910f78ea5143da53c to your computer and use it in GitHub Desktop.
Save zoffixznet/42a5970c23f4ce1910f78ea5143da53c to your computer and use it in GitHub Desktop.
$ touch foo
$ chmod 000 foo
$ perl6 -e '(try spurt "foo", "bar") orelse say "hi"'
hi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment