Help for this page

Select Code to Download


  1. or download this
    char *complement (char *set) {
      int limit = 255;
    ...
    
      return table;
    }
    
  2. or download this
    sub complement {
    #        1         2         3
    ...
    #also
    pack'C*',grep$_[0]!~/\Q@{[chr]}/,1..255
    }