Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created October 27, 2025 18:55
Show Gist options
  • Save Whateverable/48b1da030648dc6a750d3b5e3a1c4607 to your computer and use it in GitHub Desktop.
Save Whateverable/48b1da030648dc6a750d3b5e3a1c4607 to your computer and use it in GitHub Desktop.
evalable6
my %a; %a{"a"}= 3; dd %a;
(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