in reply to Re: Im struggling to use cpan to install modules
in thread Im struggling to use cpan to install modules

I think that CPANPLUS has the option to sudo for the make install phase
with CPAN.pm you also can configure your make install command.
o conf make_install_make_command

I think this is the place where you'd put the sudo.

Replies are listed 'Best First'.
Re^3: Im struggling to use cpan to install modules
by richill (Monk) on Aug 10, 2006 at 21:05 UTC
    That did the job, Ive spent 2 days working out CPAN but I think its time well spent. Thanks for your help.