No need to use LWP. You can call CPAN directly:You mean, like Acme::Intraweb?
use CPAN; CPAN::install("Some::Module");
But why stop at writing a standalone script? How about a Devel:: module that watches for a failed require() call, installs the missing module, and continues? :)
-- Jeremy
http://search.cpan.org/~kane/Acme-Intraweb/lib/Acme/Intraweb.pm
John Sequeira http://www.jsequeira.com
_______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

