Help for this page

Select Code to Download


  1. or download this
    ken@titan ~/tmp/pm_11155205_uni_char_class
    $ ls -l *2*
    -rw-r--r-- 1 ken None 1275 Oct 29 01:50 PolyUniCharClass2.pm
    -rwxr-xr-x 1 ken None  370 Oct 29 01:42 uni_char_class_2.pl
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
            print @{PolyUniCharClass2::list($cons)}, "\n";
        }
    }
    
  3. or download this
    package PolyUniCharClass2;
    
    ...
    }
    
    1;