[ Create a new account ]
I tried removing the pm files, but apparently that isn't enough, as the modules still remain in @INC...
Looks like I'm in for a bit of research... shouldn't there be an easy way to do this? :-|
What keeps giving me those deleted modules is this:
use ExtUtils::Installed; print "$_\n" for ( ExtUtils::Installed->new()->modules() );
use ExtUtils::Installed;
print "$_\n" for ( ExtUtils::Installed->new()->modules() );
Get More Comments
Reply
@INC (Score:2)
Re:@INC (Score:1)
What keeps giving me those deleted modules is this:
use ExtUtils::Installed;print "$_\n" for ( ExtUtils::Installed->new()->modules() );Re:@INC (Score:1)
Anyway, I managed to uninstall the modules