Hi All, What am I doing wrong here?
$ p6 'lib \'./\'; use RunNoShell; ( my $a, my $b ) = RunNoShell::RunNoShell("ls *.pm6"); say $a;'
bash: syntax error near unexpected token `='
Huh ???
This is RunNoShell.pm6
sub RunNoShell ( $RunString ) is export {
...
return ( $ReturnStr, $RtnCode );
}
Many thanks,
-T
