Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created February 14, 2017 17:47
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 zoffixznet/a6aaf3f1323b362401f4589317feea14 to your computer and use it in GitHub Desktop.
Save zoffixznet/a6aaf3f1323b362401f4589317feea14 to your computer and use it in GitHub Desktop.
cpan@perlbuild2~/CPANPRC/rakudo (nom)$ ./perl6 -e 'my &x; sub x {}'
===SORRY!=== Error while compiling -e
Redeclaration of routine 'x' (did you mean to declare a multi-sub?)
at -e:1
------> my &x; sub x {}⏏<EOL>
cpan@perlbuild2~/CPANPRC/rakudo (nom)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment