Help for this page

Select Code to Download


  1. or download this
    sub GROOMLDIF {
        # Delete LDAP-internal fields
    ...
            print $fh_out $line unless (grep {$thing eq $_} @erasethese);
        }
    }