in reply to Re^2: Configuring Perl
in thread Configuring Perl

Ah. If you are not (re)configuring and reinstalling Perl but only Perl modules, then it's just:

perl Makefile.PL PREFIX=/Data/Perl make make test make install # as yourself, not as root, as long as you have write per +missions to /Data/Perl

Replies are listed 'Best First'.
Re^4: Configuring Perl
by klee12 (Initiate) on Sep 12, 2007 at 20:03 UTC
    Thanks Corion, that's just what I wanted. Evidently Configure was put into Makefile.PL.

    Man, I'm impressed. Get an answer within a few hours. This sure beats support from Microsoft.

    klee12
Re^4: Configuring Perl
by throop (Chaplain) on Sep 13, 2007 at 03:05 UTC
    Thankz Corion! I was having the same problem without realizing it.

    throop