- or download this
$ perl -v | head -2 | tail -1
This is perl 5, version 24, subversion 0 (v5.24.0) built for darwin-th
+read-multi-2level
- or download this
$ perl -C -E 'say "\N{alpha}"'
Unknown charname 'alpha' at -e line 1, within string
Execution of -e aborted due to compilation errors.
- or download this
use charnames qw(greek);
- or download this
$ perl -E 'use charnames (); say $charnames::VERSION'
1.43
- or download this
$ perl -MUnicode::UCD=charprops_all -E 'say charprops_all("U+$_")->{Ag
+e} for qw{3b1 df a3}'
V1_1
V1_1
V1_1