> Jason DeWitt wrote: > > not work, saying that the .pm file cannot be found in @INC (@INC > includes your same stuff c:\perl\lib\ c:\perl\site\lib\ c:/perl/lib/). > I've checked c:\perl\lib and perl\site\lib and I do not find the > files. Where might PPM be putting these files and can I specify where > it puts them?
Have you tried searching for them on your own? dir /s mystery_modules*.* then including that directory in @INC? > thought they should have been. So, I tried to copy the c:\perl\html > c:\perl\lib and c:\perl\site\lib from my workstation to the production > server, but still no dice. The check script still says the modules are Woah; In my installation that's 27mb worth of files. I'm sure there is a better way to install a single <2kb module aside from blindly coping 27mb of files to another computer. - Ron _______________________________________________ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
