On 2020-05-15 17:26, Tom Browder wrote:
On Fri, May 15, 2020 at 13:47 ToddAndMargo via perl6-users
<perl6-us...@perl.org <mailto:perl6-us...@perl.org>> wrote:
>> On 15 May 2020, at 20:08, ToddAndMargo via perl6-users
<perl6-us...@perl.org <mailto:perl6-us...@perl.org>> wrote:
>>
>> On 2020-05-15 10:37, Elizabeth Mattijsen wrote:
>>> There will never be a Perl 6 version.
>>
>>
>> what would you use in place of it?
Todd, I haven't kept up with the details of what you really need, but I
really like the Raku module Config::TOML for my needs. It might not work
if you have to adhere to some other standard, but if you have control
it's pretty slick.
-Tom
Hi Tom,
https://github.com/atweiden/config-toml
I read over it and got confused. No mention
of how to handle section headers. Well
that I could find.
I am trying to read something like this:
; Raku: Conf::Infiles test INI
: edit at your own risk
[Backup paramters]
target=B:\myDocsBackp\backup1
partition=BACKUP
[eMail]
smtp=smtp.bozo.com
address=b...@theclown.com
port=587
-T