Skip to content

Instantly share code, notes, and snippets.

Created June 18, 2013 19:03
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 anonymous/5808257 to your computer and use it in GitHub Desktop.
Save anonymous/5808257 to your computer and use it in GitHub Desktop.
h@off:/tmp/1$ ls
conversão Fräulein oi
h@off:/tmp/1$ perl -E 'use open qw( :encoding(UTF-8) :std ); opendir D, "."; say while $_ = readdir(D)'
Fräulein
.
..
oi
conversão
h@off:/tmp/1$ perl -E 'opendir D, "."; say while $_ = readdir(D)'
Fräulein
.
..
oi
conversão
h@off:/tmp/1$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment