Created
October 27, 2025 18:55
-
-
Save Whateverable/48b1da030648dc6a750d3b5e3a1c4607 to your computer and use it in GitHub Desktop.
evalable6
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 %a; %a{"a"}= 3; dd %a; |
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
| (exit code 1) | |
| ===SORRY!=== Error while compiling /tmp/3v3HHzHprC | |
| Bogus postfix | |
| at /tmp/3v3HHzHprC:1 | |
| ------> my %a; %a<HERE>{"a"}= 3; dd %a; | |
| expecting any of: | |
| infix | |
| infix stopper | |
| statement end | |
| statement modifier | |
| statement modifier loop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment