Skip to content

Instantly share code, notes, and snippets.

Created November 21, 2017 17:10
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/df47676a165980544877faf146857199 to your computer and use it in GitHub Desktop.
Save anonymous/df47676a165980544877faf146857199 to your computer and use it in GitHub Desktop.
Perl6 powershell windows 10
PS C:\> perl6 -e "my $s = 'eñe'; $s.encode('utf8').say"
===SORRY!=== Error while compiling -e
Malformed my
at -e:1
------> my<HERE> = 'eñe'; .encode('utf8').say
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment