On Mon, Nov 30, 2015 at 2:56 AM, Marc Chantreux <kha...@phear.org> wrote:
> sub MAIN (*@*ARGS,:$t) {
>     say "$t"
>     # .say for padded-cols $t, $*ARGFILES.lines.map: (*.split($t))
> }


I changed your test code to better show the space, and it displays it OK.

sub MAIN (*@*ARGS,:$t) {
    say ":$t:"
}

> perl6.bat test-MAIN.pl -t=" "
: :

-y

Reply via email to