From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567891011121314 alpha = "a"123 = "num"000111 = "leading"10e3 = "false float"one1two2 = "mixed"with-dash = "dashed"under_score = "___"34-11 = 23[2018_10]001 = 1[a-a-a]_ = false
alpha = "a"
123 = "num"
000111 = "leading"
10e3 = "false float"
one1two2 = "mixed"
with-dash = "dashed"
under_score = "___"
34-11 = 23
[2018_10]
001 = 1
[a-a-a]
_ = false