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 DateTime;
use IO::File;

could all be used together.  They just all need to be installed.

  --Jim Harle

On Mon, 10 Nov 2003, Graham Barr wrote:

> 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 perl-ldap package!
> >
> > Now, for the question, does your module support unofficial netfilter
> > modules, such as the Time module? There is another unofficial module I
> > need to use called DateTime. The Time module is in the netfilter pom
> > but
> > the DateTime one isn't. I'm a Perl amateur so unfortunately I don't
> > have
> > the necessary skills to modify your Net::LDAP module to add this
> > functionality, hence why I thought I'd ask you first. Would it be a bad
> > idea to suggest perhaps modifying perl-ldap so it can use any current
> > and future modules by allowing the user to specify the options for each
> > module they wish to use?
> >
> > Thanks in advance.
> >
> > Regards,
> > Gonzalo
> >
> >
>

Reply via email to