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

Do you talk about the netfilter framework for network packet mangling
It has nothing to do with perl-ldap.

These are completely different products and layers of the network.
netfilter filters network packets while perl-ldap allows to write LDAP clients 
(which eventually cross the network).

Peter

-- 
Peter Marschall
eMail: [EMAIL PROTECTED]

Reply via email to