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