Re: Fwd: perl-ldap question

2003-11-12 Thread Peter Marschall
Hi, On Monday 10 November 2003 23:02, Gonzalo Servat wrote: > 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

Re: Fwd: perl-ldap question

2003-11-10 Thread Gonzalo Servat
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

Re: Fwd: perl-ldap question

2003-11-10 Thread Jim Harle
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

Fwd: perl-ldap question

2003-11-10 Thread Graham Barr
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