Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created May 25, 2017 19:43
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/e0d7417c02821493e95b5396ce9e9476 to your computer and use it in GitHub Desktop.
Save zoffixznet/e0d7417c02821493e95b5396ce9e9476 to your computer and use it in GitHub Desktop.
cpan@perlbuild4~/CPANPRC/rakudo (nom)$ ./perl6 -e '05'
Potential difficulties:
Leading 0 is not allowed. For octals, use '0o' prefix: 0o5
at -e:1
------> 05⏏<EOL>
WARNINGS for -e:
Useless use of constant integer 5 in sink context (line 1)
cpan@perlbuild4~/CPANPRC/rakudo (nom)$ ./perl6 -e '08'
Potential difficulties:
Leading 0 is not allowed. For octals, use '0o' prefix, but note that 8 is not a valid octal number
at -e:1
------> 08⏏<EOL>
WARNINGS for -e:
Useless use of constant integer 8 in sink context (line 1)
cpan@perlbuild4~/CPANPRC/rakudo (nom)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment