in reply to Help with Modules

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

Replies are listed 'Best First'.
Re: Re: Help with Modules
by adudek (Initiate) on Jan 10, 2002 at 01:39 UTC
    thnx. Wasn't sure if it was that easy.