Tony wote:
> On Tue, Feb 11, 2003 at 09:54:47AM -0200, Luis Campos de Carvalho wrote:
> >   The use of a third-party module raises a new problem: there is any way to
> > automate the installation of pre-requisite libraries on a system?

> Abigail's The::Net module: http://perlmonks.thepen.com/92473.html
>
> use The::Net;
> use Some::Module;

The The::Net module doesn't seem to work like that.  Acme::Intraweb
(avalible from CPAN) does though.

See: http://www.perladvent.org/2002/17th/

Mark

-- 
#!/usr/bin/perl -T
use strict;
use warnings;
print q{Mark Fowler, [EMAIL PROTECTED], http://twoshortplanks.com/};

Reply via email to