On 2020-05-26 01:40, ToddAndMargo via perl6-users wrote:
On 2020-05-26 01:37, ToddAndMargo via perl6-users wrote:
155: A:\YourDocs\backup1
156: No
157: No
158: Cannot resolve caller
index(Str:U: Str:D); none of these signatures match:
(List:D: Cool:D $needle, *%_)
I wonder what that was all about. Looked fine on my screen:
155: A:\YourDocs\backup1
156: No
157: No
158: Cannot resolve caller
index(Str:U: Str:D); none of these signatures match:
...
(List:D: Cool:D $needle, *%_)
in sub GatherOptions at CobianWrapper.pl6 line 158
This passes with flying colors:
#!/usr/bin/env raku
my Str $x = "abc";
if $x.starts-with( "[" ) &&
$x.contains( "]" )
{ say "Passed"; } else { say "Failed"; }
GGGRRRRRRRRR!!!!