- or download this
$ cat t.p6
#!/usr/bin/env perl6
...
$ perl6 t.p6
It Works!
- or download this
$ grep \$char t.p6 | od -c
0000000 m y $ c h a r 303 251 = " a
+s
0000020 d f " ; \n i f $ c h a r e 314 20
+1
0000040 { \n
0000043
- or download this
$ perl6 --target=parse t.p6 | head | grep \$char | od -c
0000000 m y $ c h a r 303 251 = " a
+s
...
0000060 $ c h a r 303 251 = " a s d
+f
0000100 " \n
0000102