Code Comments
Programming Forum and web based access to our favorite programming groups.On Thu, April 28, 2005 12:26 am, luke@webesse.com 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.
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.