This works now:

$ cat hellow_world.txt
Hello world!
$ perl6-j -e 'say $*IN.get' < hello_world.txt
Hello world!

So this is closable with a test.

Reply via email to