I think your ppm uninstall command is case sensitive but I'm not certain. why not use a command line perl test to see if it's installed?
perl -e "use CONFIG::Hash;"; If you get no error output, then it is installed, and perl will use it. If not, you will see an error like this: Can't locate CONFIG/Hash.pm in @INC (@INC contains: C:/Perl/site/lib C:/Perl/lib .) at -e line 1. BEGIN failed--compilation aborted at -e line 1. On 12/22/06, Leonardo CC Angelucci <[EMAIL PROTECTED]> wrote: > > Hi I have a problem, when I install a module (for example 'CONFIG-HASH'), i > write this: "ppm install CONFIG-HASH.ppd" > > the output is: > > ==================== > Install 'CONFIG-HASH' version 0.99.11 in ActivePerl 5.8.8.817. > ==================== > Successfully installed CONFIG-HASH version 0.99.11 in ActivePerl 5.8.8.817. > > > But , the module is NOT installed, i check Perl, Perl/lib, Perl/site/lib, > etc.... > > to confirm i do this: > > "D:\TEF\Packages>ppm uninstall config-hash > Error: package 'CONFIG-HASH' is not installed." > > > Can you help me? > > Thanks > > > __________________________________________________ > > Todavía no tenés tu Ubbi Mail? Obtenelo ahora! - http://mail.ubbi.com > > Descargá Gratis el nuevo Internet Explorer 6.0, el mejor software para > actualizar tu PC. Hacé click acá. > > _______________________________________________ > ActivePerl mailing list > [email protected] > To unsubscribe: > http://listserv.ActiveState.com/mailman/mysubs > > _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
