in reply to Re^3: How to uninstall module of perl
in thread How to uninstall module of perl
in the first place i installed using the specified version of the module.i use the steps as shown below to install.
perl Makefile.PL
make
make test
make install
recently i went to update by using the following method: cpan -i MIME::Base64
(can i know the above command i use is to install the latest version from CPAN right?)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How to uninstall module of perl
by ig (Vicar) on May 24, 2009 at 20:07 UTC |