- or download this
ken@titan ~/tmp/pm_11155205_uni_char_class
$ ls -l *3*
-rw-r--r-- 1 ken None 993 Oct 29 05:03 PolyUniCharClass3.pm
-rwxr-xr-x 1 ken None 344 Oct 29 05:03 uni_char_class_3.pl
- or download this
#!/usr/bin/env perl
...
say PolyUniCharClass3::list($cons)->@*;
}
}
- or download this
package PolyUniCharClass3;
...
return [@full_list];
}