This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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'; |