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