Re: how do I hide a variable from viewing

[email protected] (ToddAndMargo via perl6-users) Wed, 21 May 2025 18:09:18 -0700
Newsgroups perl.perl6.users
Message-ID <[email protected]>
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 part of the calling bash program, unlike
when Raku calls an external program, where Raku only
sees the results.

Thank you!

-T