Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 23, 2016 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/1ba2142a4cf370f37b7f12be165fc897 to your computer and use it in GitHub Desktop.
Save Whateverable/1ba2142a4cf370f37b7f12be165fc897 to your computer and use it in GitHub Desktop.
evalable
my $s = "Camelia \u[BROKEN HEART] my \u[HEAVY BLACK HEART]!"; dd $s;
|«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