Re: can't run perl commands from command line



josephweiss@xxxxxxxxxxxxxxx <josephweiss@xxxxxxxxx> wrote:
> I have a 'user variable for administrator' variable named
> 'PATH' and this is the value
>
> ?·øwÿÿÿÿò|ôw³sôwósôw?
>
> That's right, gibberish
>
> Then below that under system variables, I have a variable
> named 'Path' that has
>
> C:\Perl\bin\;%SystemRoot%\system32;...
>
> for the value.
>
> I'm still lost. Thanks

I assume that, even with the system-wide Path variable above, it
still doesn't work. It's possible the user PATH variable
supercedes the system one. Remove the *user* PATH variable (the
gibberish) and leave the system-wide variable.

For good measure, you might try logging out, then back in, after
making the environment modifications. Then open up a command
prompt and try typing just "perl -v" to test.

HTH,
Tim Hammerquist
.



Relevant Pages

  • Re: cant run perl commands from command line
    ... I have a 'user variable for administrator' variable named 'PATH' and ... That's right, gibberish ... Then below that under system variables, I have a variable named 'Path' ... Prev by Date: ...
    (comp.lang.perl.misc)
  • Re: cant run perl commands from command line
    ... > I have a 'user variable for administrator' variable named 'PATH' and ... > Then below that under system variables, I have a variable named 'Path' ... try changing your 'PATH' environment variable under user variables to ... I don't think the gibberish is essential to your system ...
    (comp.lang.perl.misc)
  • RE: how to install perl
    ... Ned Cunningham wrote: ... probably don't have your Perl install path in your system's PATH ... click the Environment Variables button. ... In the system variables, ...
    (perl.beginners)