On Thu, April 28, 2005 12:26 am, [EMAIL PROTECTED] said: > Comment out Line 36 in Constants.pm to default to newline mode instead > of paragraph mode... this helped me. My Perl version is 5.8.6 running > on Whitebox/RH Linux
That line is just an optimization. But using paragraph mode does seem to cause a few issues at time. But changing it to local $/= '=item'; and changing line 39 to next unless /^\s+(LDAP_\S+)\s+\((.*)\)/ and ($all or exists $need{$1}); should also work. Graham.