You might want to take a look at Trait::Env, partly because I've not tested
it in Windows and I'd be interested to know if it works well.


On Wed, 8 Apr 2020, 03:25 ToddAndMargo via perl6-users, <
perl6-users@perl.org> wrote:

> On 2020-04-07 18:25, Brad Gilbert wrote:
> > Of course %*ENV is case sensitive, hashes are case sensitive.
> >
> >      say %*ENV.^name; # Hash
> >
> > %*ENV gets populated with the values before your code runs.
> > Other than that it is fairly ordinary.
>
> My purpose for the case sensitive remark was that
> environmental variables are not case sensitive in
> Windows.  And I do not know how Raku interacts with
> them.
>
>  >echo %WINDIR%
> C:\WINDOWS
>
>  >echo %windir%
> C:\WINDOWS
>
>  >echo %WinDir%
> C:\WINDOWS
>

Reply via email to