Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 5, 2019 06:41
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/45dddeb1f41aadb3bd9f2ddd0361966d to your computer and use it in GitHub Desktop.
Save Whateverable/45dddeb1f41aadb3bd9f2ddd0361966d to your computer and use it in GitHub Desktop.
evalable6
my $a = "Hi"; say q:to/END/; {$a} END
(exit code 1)
===SORRY!=== Error while compiling /tmp/DxS8BEPzUq
Strange text after block (missing semicolon or comma?)
at /tmp/DxS8BEPzUq:1
------> my $a = "Hi"; say q:to/END/; {$a}⏏ END
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