Created
April 20, 2019 23:32
-
-
Save Whateverable/f8f20b7ee1f470a7a2d523ef42258b67 to your computer and use it in GitHub Desktop.
evalable6
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
$_ = 'aaa'; s:g/a/$/; .say |
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
(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