Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@zoffixznet

zoffixznet/p6.p6 Secret

Last active March 25, 2017 20:22
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/e12bdef4bf165ce1bfee73974792c18b to your computer and use it in GitHub Desktop.
Save zoffixznet/e12bdef4bf165ce1bfee73974792c18b to your computer and use it in GitHub Desktop.
zoffix@VirtualBox:/tmp/tmp.v59qiGyAiT$ ls
é é
zoffix@VirtualBox:/tmp/tmp.v59qiGyAiT$ perl6 -e '.perl.say for dir'
"e􏿽xCC􏿽x81".IO(:SPEC(IO::Spec::Unix),:CWD("/tmp/tmp.v59qiGyAiT"))
"é".IO(:SPEC(IO::Spec::Unix),:CWD("/tmp/tmp.v59qiGyAiT"))
zoffix@VirtualBox:/tmp/tmp.v59qiGyAiT$ perl6 -e '.slurp.say for dir'
Failed to open file /tmp/tmp.v59qiGyAiT/e􏿽xCC􏿽x81: no such file or directory
in block <unit> at -e line 1
Actually thrown at:
in block <unit> at -e line 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment