Created
July 23, 2016 15:44
-
-
Save Whateverable/1ba2142a4cf370f37b7f12be165fc897 to your computer and use it in GitHub Desktop.
evalable
This file contains hidden or 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
my $s = "Camelia \u[BROKEN HEART] my \u[HEAVY BLACK HEART]!"; dd $s; |
This file contains hidden or 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
|«HEAD»: ===SORRY!=== | |
Unrecognized backslash sequence: '\u' | |
at /tmp/Y6hWaVgRw5:1 | |
------> my $s = "Camelia \<HERE>u[BROKEN HEART] my \u[HEAVY BLACK HEART] | |
Unrecognized backslash sequence: '\u' | |
at /tmp/Y6hWaVgRw5:1 | |
------> my $s = "Camelia \u[BROKEN HEART] my \<HERE>u[HEAVY BLACK HEART]!"; dd $s; | |
expecting any of: | |
double quotes | |
term | |
exit code = 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment