charnames::viacode()
コードポイントの短い名前、つまり有効なときに使用できる名前を返すバージョンはありuse charnames ':short'
ますか?
use charnames ':short';
my $x = ord("\N{Cyrillic::es}");
say "long name: ", charnames::viacode($x); # prints "CYRILLIC SMALL LETTER ES"
say "short name: ", ???($x); # want: Cyrillic:es