On Tue, 2003-11-11 at 07:46, Jim Harle wrote:
> Gonzalo,
> Most perl modules don't conflict with each other. You should be able to use
> many of them in a single program/script as long as they installed on the
> computer that is running perl. You just need to include appropriate use
> statement
Gonzalo,
Most perl modules don't conflict with each other. You should be able to use
many of them in a single program/script as long as they installed on the
computer that is running perl. You just need to include appropriate use
statements referencing each. For example
use Net::LDAP;
use Dat
On 10/11/03 5:04 pm, Graham Barr <[EMAIL PROTECTED]> wrote:
> Begin forwarded message:
>> From: Bruno Grossmann <[EMAIL PROTECTED]>
>> Date: November 10, 2003 16:41:58 GMT
>> To: [EMAIL PROTECTED]
>> Subject: Error in LDAP.html/LDAP.pod
>> Message-Id: <[EMAIL PROTECTED]>
>>
>> Hello,
>> I am happ
Begin forwarded message:
From: Bruno Grossmann <[EMAIL PROTECTED]>
Date: November 10, 2003 16:41:58 GMT
To: [EMAIL PROTECTED]
Subject: Error in LDAP.html/LDAP.pod
Message-Id: <[EMAIL PROTECTED]>
Hello,
I am happily and extensively using the start_tls feature of the
Net::LDAP module and it works fin
Begin forwarded message:
From: Gonzalo Servat <[EMAIL PROTECTED]>
Date: November 8, 2003 14:56:34 GMT
To: Graham Barr <[EMAIL PROTECTED]>
Subject: perl-ldap question
Message-Id: <[EMAIL PROTECTED]>
Hi Graham,
First of all I just wanted to thank you and your contributors for an
excellent job on the