For Programmers: Free Programming Magazines  


Home > Archive > LDAP > April 2005 > Re: RES: Question Regarding compiling a perl script implementing









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: RES: Question Regarding compiling a perl script implementing
Graham Barr

2005-04-28, 4:08 pm

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.


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com