This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| siddhant@siddhant-laptop:~/perl6 code$ cat error.pl | |
| use v6; | |
| { | |
| siddhant@siddhant-laptop:~/perl6 code$ perl6 error.pl | |
| ===SORRY!=== | |
| Unable to parse blockoid, couldn't find final '}' at line 5, near "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment