> I know this is going to sound odd, but I've installed some modules
> using
> the CPAN module and I now want to uninstall them or put them into a
> state where they are no longer detected.  Is there a way to do this?


Probably the easiest way is to find the module which will be called  
something.pm and remove it

For example if you installed File::Copy, you would find that in one of
your perl directories as  ....../File/Copy.pm

The @INC search engine will never find it, but who else do you wish
not to find it?

chmod 000 would probably work as well though I haven't tried that



Owen


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to