Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created May 2, 2019 04:57
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/05e8ca76d6795e6e8a06fdb21059fe52 to your computer and use it in GitHub Desktop.
Save Whateverable/05e8ca76d6795e6e8a06fdb21059fe52 to your computer and use it in GitHub Desktop.
evalable6
print(sprintf("%02d", $_)) for 01 .. 63
Potential difficulties:
Leading 0 has no meaning. If you meant to create an octal number, use '0o' prefix; like, '0o1'. If you meant to create a string, please add quotation marks.
at /tmp/2DUhFwm2Ht:1
------> print(sprintf("%02d", $_)) for 01⏏ .. 63
010203040506070809101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment