Mega Code Archive

 
Categories / Perl / Language Basics
 

Numeric Literals

Example          Description 12345            Integer 0b1101           Binary 0x456fff         Hex 0777             Octal 23.45            Float .234E+2          Scientific notation