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
> 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.
> 

Hi Jim, thanks for your reply.

The modules I was talking about are NetFilter modules, not Perl modules.
Regards,
Gonzalo


> > > 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
> > >
> > >
> >
-- 
=========================================
WEBTASTIC
ABN 30 087 960 619
PO Box 3024
Willoughby North, NSW, 2068

Phone: +61 (02) 9499 2452
Fax:   +61 (02) 9499 2618
Email: [EMAIL PROTECTED]
Web:   http://www.webtastic.com.au
=========================================

Reply via email to