Perl Unicode Cookbook: Unicode Named Characters
℞ 8: Unicode named characters Use the \N{charname} notation to get the character by that name for use in interpolated literals (double-quoted strings and regexes). In v5.16, there is an implicit use charnames qw(:full :short); But prior to v5.16, you…



