Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created November 26, 2016 13:50
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/cfeb632a353ec6120a43cc14c8ea6588 to your computer and use it in GitHub Desktop.
Save Whateverable/cfeb632a353ec6120a43cc14c8ea6588 to your computer and use it in GitHub Desktop.
committable6
pre-glr sub x(|$foo) { say $foo.perl }; x(1, 2, 3, :5lol)
¦«pre-glr»: ===SORRY!=== Error while compiling /tmp/cUAZgZP_19
Obsolete use of | or \ with sigil on param $foo
at /tmp/cUAZgZP_19:1
------> sub x(|$foo⏏) { say $foo.perl }; x(1, 2, 3, :5lol)
expecting any of:
shape declaration «exit code = 1»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment