in reply to Re: perl cant find it anymore!
in thread perl cant find it anymore!

You should recompile Perl not because Config.pm is hard to edit by hand but because the values for @INC are compiled into the perl binary, not read from Config.pm! Otherwise, how would Perl find Config.pm? (:

Now, MakeMaker does read Config.pm so you can affect where modules get installed by modifying that file.

        - tye (but my friends call me "Tye")