Skip to content

Instantly share code, notes, and snippets.

View hitobashira's full-sized avatar

WonderTOMATO hitobashira

  • Osaka,Japan
  • 21:44 (UTC +09:00)
View GitHub Profile
@hitobashira
hitobashira / perl_🐫_utf8_test.plx
Created August 19, 2018 02:58
perl5 utf-8 test script
#!/usr/bin/perl -w -C64
#
# locale ja.JP.UTF-8
use strict;
use v5.26;
# use utf8;
use locale;
use utf8::all;
use Cwd 'getcwd';#
#use Encode 'decode';