What part of BrowserUK's reply did not help you? It solves the problem you stated. If you now have a different problem, why don't you show us the relevant code, data, output and your expected output? I linked to How (Not) To Ask A Question, because it is a very useful guideline in what is needed in a question to receive helpful answers.
| [reply] |
My code is almost identical to BrowserUK... When I step through the program the error appears when the perl.pm hits this line
my $home = $ENV{HOME} || (getpwuid($>))7;
Obviousley I don't understand how to update the code to solve this. I tried to modify HOME with HOMPATH
I don't know where to apply BrowserUKs suggestion
$ENV{USERNAME} for the first use (in _current_user());
$ENV{HOMEDRIVE} . $ENV{HOMEPATH} for the second (in _init() );
Thank you so much for your time..
| [reply] |