Re: how do I hide a variable from viewing

2025-05-21 Thread ToddAndMargo via perl6-users
On 5/21/25 5:31 PM, Peter Pentchev wrote: The format itself is described athttps://toml.io/en/ There are libraries for reading and writing TOML files in all of the popular programming languages. Thank you!

Re: how do I hide a variable from viewing

2025-05-21 Thread raf via perl6-users
On Wed, May 21, 2025 at 03:02:58PM +0300, Peter Pentchev wrote: > On Tue, May 20, 2025 at 10:10:06PM -0700, ToddAndMargo via perl6-users wrote: > > > > *From:* ToddAndMargo via perl6-users > > > > *Sent:* Tuesday, May 20, 2025 5:29 AM > > > > *To:* perl6-

Re: how do I hide a variable from viewing

2025-05-21 Thread ToddAndMargo via perl6-users
On 5/21/25 5:31 PM, Peter Pentchev wrote: When you do '. file.ini', you are NOT telling the shell to read an INI-style file, you are telling it to EXECUTE shell commands. Hi Peter, Your exposition was much better written and explained than mine. The only thing I would add is that it becomes p

Re: how do I hide a variable from viewing

2025-05-21 Thread Peter Pentchev
gt; > > *Sent:* Tuesday, May 20, 2025 5:29 AM > > > > > *To:* perl6-users > > > > > *Subject:* how do I hide a variable from viewing > > > > > Hi All, > > > > > > > > > > Fedora 41 (Linux) > > > &g

Re: how do I hide a variable from viewing

2025-05-21 Thread ToddAndMargo via perl6-users
On 5/21/25 5:02 AM, Peter Pentchev wrote: On Tue, May 20, 2025 at 10:10:06PM -0700, ToddAndMargo via perl6-users wrote: *From:* ToddAndMargo via perl6-users *Sent:* Tuesday, May 20, 2025 5:29 AM *To:* perl6-users *Subject:* how do I hide a variable from viewing Hi All, Fedora 41 (Linux

Re: how do I hide a variable from viewing

2025-05-21 Thread Peter Pentchev
On Tue, May 20, 2025 at 10:10:06PM -0700, ToddAndMargo via perl6-users wrote: > > > *From:* ToddAndMargo via perl6-users > > > *Sent:* Tuesday, May 20, 2025 5:29 AM > > > *To:* perl6-users > > > *Subject:* how do I hide a variable from viewing > &g

Re: how do I hide a variable from viewing

2025-05-20 Thread ToddAndMargo via perl6-users
*From:* ToddAndMargo via perl6-users *Sent:* Tuesday, May 20, 2025 5:29 AM *To:* perl6-users *Subject:* how do I hide a variable from viewing Hi All, Fedora 41 (Linux) Since my *.raku can be publicly read, how do I obscure the contents of a variable so other can not read it? Currently what I

Re: how do I hide a variable from viewing

2025-05-20 Thread Mark Devine
g, so you can substitute it where you need to Thanks, Mark Devine 202-878-1500 From: ToddAndMargo via perl6-users Sent: Tuesday, May 20, 2025 5:29 AM To: perl6-users Subject: how do I hide a variable from viewing Hi All, Fedora 41 (Linux) Since my *.r

how do I hide a variable from viewing

2025-05-20 Thread ToddAndMargo via perl6-users
Hi All, Fedora 41 (Linux) Since my *.raku can be publicly read, how do I obscure the contents of a variable so other can not read it? Currently what I have been doing is setting the file's ownership to root:root and the attributes to 700 so only root can see it. I would be nice to obscure a va