in reply to code to grab the latest version of a module from CPAN?
#!/usr/bin/perl # -- use strict; use warnings; use diagnostics; use CPAN; CPAN::Shell->install($ARGV[0]);
--hsm
"Never try to teach a pig to sing...it wastes your time and it annoys the pig."
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: code to grab the latest version of a module from CPAN?
by adrianh (Chancellor) on Mar 07, 2004 at 17:37 UTC | |
|
Re: Re: code to grab the latest version of a module from CPAN?
by perrin (Chancellor) on Mar 07, 2004 at 17:33 UTC | |
by tokpela (Chaplain) on Mar 08, 2004 at 04:24 UTC |