It’s still a hash — the * twigil tweaks it’s scope, but it is still a % — so %*ENV<Path> works (windows)
On Tue, Apr 7, 2020 at 6:48 PM ToddAndMargo via perl6-users < perl6-us...@perl.org> wrote: > Hi All, > > $ raku -e 'say %*ENV;' > > Gives me ALL of them. Is there a way to just ask for > a particular one, such as %appdata%, or %userprofile% > in Windows or $HOME is Linux? > > Many thanks, > -T >