Hi I was surprise that this program (note the space between the v6 and the ;)
- - - - #!/path/to/perl6 use v6 ; - - - - failed with this output - - - - ===SORRY!=== Confused at line 2, near "use v6 ;\n" - - - - Is this expected behavior? Regards, Todd Olson