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