% find authors/ | grep -e "/id/.*\.gz" | perl -MCPAN -MCPAN::Config -n -e '$CPAN::Config->{keep_source_where} = "/other/perlmodsrc/tars"; chomp; @f = split /\//; $mod = join("/", splice @f, -2, 2); CPAN::Shell->install($mod);'