I am using Perl running in user space (not installed via root) and installing modules via the command-line cpan. I would like to know if there is a simple way t
cpan
cpan App::cpanminus
cpanm --uninstall Module::Name
m
This should work.