Re: installing modules via script

2006-12-21 Thread Mathew Snyder
Mumia W. wrote: > On 12/21/2006 10:53 PM, Mathew Snyder wrote: >> I have a script which will determine which modules need to be >> installed for a >> certain application. It will take all of the module names and iterate >> through >> them installing each as such: >> system "perl -MCPAN -e 'ins

Re: installing modules via script

2006-12-21 Thread Mumia W.
On 12/21/2006 10:53 PM, Mathew Snyder wrote: I have a script which will determine which modules need to be installed for a certain application. It will take all of the module names and iterate through them installing each as such: system "perl -MCPAN -e 'install $module'"; I'd rather do