Re: raku-toml confusion

2025-05-24 Thread ToddAndMargo via perl6-users
On 5/24/25 2:40 AM, Peter Pentchev wrote: On Fri, May 23, 2025 at 05:44:01PM -0700, ToddAndMargo via perl6-users wrote: Hi All, https://github.com/tony-o/raku-toml In the usage parsing example: Parsing TOML use TOML; my $config = from-toml("config.toml".IO.slurp); # use $c

Re: raku-toml confusion

2025-05-24 Thread Peter Pentchev
On Fri, May 23, 2025 at 05:44:01PM -0700, ToddAndMargo via perl6-users wrote: > Hi All, > > https://github.com/tony-o/raku-toml > > In the usage parsing example: > > Parsing TOML > use TOML; > my $config = from-toml("config.toml".IO.slurp); > # use $config like any ol' hash > >