in reply to Re: avoid writing 'use utf8' in every script
in thread avoid writing 'use utf8' in every script

I took Japanese lessons in primary school. That was a long time ago, and I've forgotten much of it. However, I'm pretty sure that "☺" is not a Japanese word.

use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name
  • Comment on Re^2: avoid writing 'use utf8' in every script