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
ToddAndMargo via perl6-users Tue, 07 Apr 2020 15:49:11 -0700
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