Help for this page

Select Code to Download


  1. or download this
    my %erasethese = map { $_ => 1 } qw(structuralObjectClass entryUUID
                                        creatorsName modifiersName createT
    +imestamp
                                        modifyTimestamp entryCSN);
    
  2. or download this
        print FILE $LINE unless exists $erasethese{$array[0]};