Perl Numeric Literals

12345 # integer
12345.67 # floating point
6.02E23 # scientific notation
0xffff # hexadecimal
0377 # octal
4_294_967_314 # underline for legibility