I need help with Config:INI

2020-05-29 Thread ToddAndMargo via perl6-users
Hi All, I an not figure out how to read the hash. ~~~ ini.test.pl6.ini ~ # Raku: Confug::INI 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 ~~~ /ini.te

Re: I reproduced one of the errors!

2020-05-29 Thread ToddAndMargo via perl6-users
On 2020-05-28 06:39, Peter Pentchev wrote: On Wed, May 27, 2020 at 03:12:01PM -0700, ToddAndMargo via perl6-users wrote: On 2020-05-27 14:32, Andy Bach wrote: #!/usr/bin/env raku my Str $x; if $x.starts-with( "[" ) && $x.contains( "]" ) { say "Passed"; } else { say "Failed"; } K:\Windows\NtUt

Re: bash "."?

2020-05-29 Thread ToddAndMargo via perl6-users
On 2020-05-28 06:47, Tom Browder wrote: On Fri, May 15, 2020 at 20:38 ToddAndMargo via perl6-users mailto:perl6-us...@perl.org>> wrote: On 2020-05-15 17:26, Tom Browder wrote: > On Fri, May 15, 2020 at 13:47 ToddAndMargo via perl6-users > mailto:perl6-us...@perl.org>

Re: Regexps using 'after' and 'before' like ^ and $

2020-05-29 Thread Joseph Brenner
I opened a github issue: https://github.com/rakudo/rakudo/issues/3728 On 5/26/20, Joseph Brenner wrote: > Hey Brad, thanks much for the explication: > >> 「」 should probably also prevent the position from being at the >> end. > >> It does work if you write it differently > >> 'abc' ~~ / b