Help for this page

Select Code to Download


  1. 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
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
            say PolyUniCharClass3::list($cons)->@*;
        }
    }
    
  3. or download this
    package PolyUniCharClass3;
    
    ...
    
        return [@full_list];
    }