Help for this page

Select Code to Download


  1. or download this
    while( <IFILE> ) {
        next unless m/^[CKMPSWY]/;
        print OFILE unless /^(?:CP|K[LM]|ME|P[AM]|S[LZ]|WX|YZ)XX1/;
    }