use v5.34;
use warnings;
print <<EOS;
42\t--> @{[ 42 ]}
0b1101\t--> @{[ 0b1101 ]}
0177\t--> @{[ 0177 ]}
0o333\t--> @{[ 0o333 ]}
0xff\t--> @{[ 0xff ]}
3.14\t--> @{[ 3.14 ]}
5e3\t--> @{[ 5e3 ]}
EOS
To embed this project on your website, copy the following code and paste it into your website's HTML: