Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 20, 2019 23:32
Show Gist options
  • Save Whateverable/f8f20b7ee1f470a7a2d523ef42258b67 to your computer and use it in GitHub Desktop.
Save Whateverable/f8f20b7ee1f470a7a2d523ef42258b67 to your computer and use it in GitHub Desktop.
evalable6
$_ = 'aaa'; s:g/a/$/; .say
(exit code 1)
===SORRY!=== Error while compiling /tmp/nkJYUwQK6P
Malformed replacement part; couldn't find final /
at /tmp/nkJYUwQK6P:1
------> $_ = 'aaa'; s:g/a/$/; .say⏏<EOL>
expecting any of:
postfix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment