Octavian Râşniţă wrote: > When using this syntax for installing modules in the directory 'my_lwp' > I don't know how I can specify the "force" parameter of the cpan shell. perl -MCPAN -Mlocal::lib=my_lwp -e 'CPAN::force(qw/install LWP/)' Cheers t0m