> What OS did you test this on?
Win10 with a new raku install.  Wouldn't help if you've got other files that 
fit the glob, I suppose.  Did it not work for you?
________________________________
From: ToddAndMargo via perl6-users <perl6-us...@perl.org>
Sent: Thursday, February 27, 2020 2:03 PM
To: perl6-us...@perl.org <perl6-us...@perl.org>
Subject: Re: qqx with quotes

On 2020-02-27 11:05, Andy Bach wrote:
> This did work
> my $file = 'hi mom'
> $file ~~ s:g/\s+/*/;
> my $res = qqx(dir $file);
> say $res;

Hi Andy,

What OS did you test this on?

-T

Reply via email to