On 06/03/2018 03:25 PM, Brandon Allbery wrote:
What do you think the path is? Do you still think after being told twice that the / is necessary? If you must cargo cult then say -I./ instead of -I..
The default "lib" path for perl 6 does not include this directory.perl6 -I./ -MRunNoShell '( my $a, my $b ) = RunNoShell("ls \*.pm6"); say $a;'
Could not open ( my $a, my $b ) = RunNoShell("ls \*.pm6"); say $a;. Failed to stat file: no such file or directory
I am confused