adudek has asked for the wisdom of the Perl Monks concerning the following question:

I am new to perl and haven't beeb able to find out how to uninstall a module?

Replies are listed 'Best First'.
Re: Help with Modules
by grep (Monsignor) on Jan 10, 2002 at 01:09 UTC
    If you're on Windows using ActiveState Perl, you can use PPM. The command is remove.

    Start a DOS window type 'ppm' then  'remove Module::Name'.

    On *nix go to the /usr/lib/perl5 dir look around find the module and delete the module and/or dir.



    grep
    grep> cd pub grep> more beer
      thnx. Wasn't sure if it was that easy.