Help for this page
#!perl -l print 0255; # 173 ... print 0x10; # 16 print 0b00010000; # 16 print 10+6; # 16