CPAN - Re: $HOME not recognized by CPAN

Posted on Fri Oct 10 20:22:23 2008 by eserte in response to 9017 (See the whole thread of 3)
Re: $HOME not recognized by CPAN
Maybe $HOME is just a local shell variable. Try export HOME (if in a sh or bash or so) or setenv HOME ..... (if in a csh or tcsh or so) first to turn this into a real environment variable.
Direct Responses: 9022 | Write a response